Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PagSeguro::setReference não retorna nada #137

Open
igormarti opened this issue May 5, 2020 · 2 comments
Open

PagSeguro::setReference não retorna nada #137

igormarti opened this issue May 5, 2020 · 2 comments

Comments

@igormarti
Copy link

Depois de chamar esse método no tipo de pagamento creditCard ele não me retorna nada, passei todos os parâmetros, não sei o motivo desse erro, por gentileza, alguém poderia me ajudar. Boleto e Débito está indo de boa.

@igormarti
Copy link
Author

->setSenderInfo($data['client'])
->setCreditCardHolder($data['creditcard'])
->setBillingAddress([
'billingAddressStreet' => 'Rua/Avenida',
'billingAddressNumber' => '05',
'billingAddressDistrict' => 'Centro',
'billingAddressPostalCode' => '577000-000',
'billingAddressCity' => 'Vicosa',
'billingAddressState' => 'AL'
])
->setItems($data['itens'])
->setExtraAmount($data['extraAmount'])
->send($data['send']);

@igormarti
Copy link
Author

Também \Artistas\PagSeguro\PagSeguroException $e não capta nenhum erro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant