- Notifications
You must be signed in to change notification settings - Fork331
feat: Update getPaymentData method to accept a reference parameter#186
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
DO NOT MERGE |
chrisidakwo commentedJun 19, 2024
Is there any reason why this should not be merged? @unicodeveloper I just came across this issue when trying to verify a payment from a payment page. On successful transaction, the Paystack payment page sends @Freddy10035 Pls see my comment on your changes |
Uh oh!
There was an error while loading.Please reload this page.
This is to handle
GuzzleHttp\Exception\ClientException Client error: GEThttps://api.paystack.co/transaction/verify/ resulted in a 400 Bad Request response: { "status": false, "message": "Transaction ID should be numeric." }
error that people keep on getting when using this with laravel.