-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hi, congrats for the nice gem.
I need instead it do
How can I do this? thanks
@teste = Gyoku.xml(
:enviar_instrucao => {
:instrucao_unica =>{
:razao => 'Upgrade de Conta',
:valores => {:valor => '100', :attributes! => { :valor => { :moeda => 'BRL' }}},
:id_propio => 'TesteRails',
:pagador => {
:nome => 'Igor Cesar',
:email => '[email protected]',
:id_pagador =>'01',
:endereco_cobranca => {
:logradouro => 'Rua do Teste',
:numero => '45',
:complemento => 'em frente ao PC',
:bairro => 'Palhaco Ze',
:cidade => 'Rio de Janeiro',
:estado => 'RJ',
:pais => 'Brasil',
:CEP => '20765171',
:telefone_fixo => '(21) 99527-2766'
}
}
}
}, :key_converter => :none)
Metadata
Metadata
Assignees
Labels
No labels