-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello,
I'm trying your README instructions. I tried:
dados_ec = Cieloz::Configuracao.credenciais
pedido = Cieloz::RequisicaoTransacao::DadosPedido.new numero: 123, valor: 5000, moeda: 986,
data_hora: now, descricao: "teste", idioma: "PT", soft_descriptor: "13letterstest"
pagamento = Cieloz::RequisicaoTransacao::FormaPagamento.new.credito "visa"
transacao = Cieloz::RequisicaoTransacao.new dados_ec: dados_ec,
dados_pedido: pedido,
forma_pagamento: pagamento,
url_retorno: your_callback_url
response = transacao.autorizacao_direta.submit
but nothing happens and response is === nil.
It doesn't give me an error back. Am I doing anything wrong? Thanks!
Metadata
Metadata
Assignees
Labels
No labels