Search found 2 matches

by Mattheus
09 Jun 2020, 14:52
Forum: Help
Topic: checkout process with omnipay-pagseguro
Replies: 3
Views: 1583

Re: checkout process with omnipay-pagseguro

Thank you for your explanation, I got it working by simply implementing Omnipay\Common\Message\RedirectResponseInterface in Omnipay\PagSeguro\Message\PurchaseResponse. I hope that was the proper way to go about it. However I have a subsequent problem : it seems that the PagSeguro API gives me a code...
by Mattheus
04 Jun 2020, 13:03
Forum: Help
Topic: checkout process with omnipay-pagseguro
Replies: 3
Views: 1583

checkout process with omnipay-pagseguro

My setup: "aimeos/aimeos-laravel": "~2019.10", "aimeos/ai-payments": "~2019.10", "abdala/omnipay-pagseguro": "^1.3.0", PHP 7.4.6 on linux Hello, I'm new to aimeos and love it. Thank's for the great work ! I'm having trouble implementing the...