-
Notifications
You must be signed in to change notification settings - Fork 23
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
Error on payment complete #11
Comments
Try to generate new Public and Private keys. I had a similar issue with an error in the same file (CompletePurchaseRequest.php), and this solved the problem. I hope this helps! |
Thanks ! Thanks again for the quick reply! |
Now I get this error in a client's store. I also think it may be because of diacritics. The confirmation endpoint fails with status 500: Maybe a diacritics filter should solve the problem? |
Hi,
I get this error:
Undefined property: Omnipay\MobilPay\Message\CompletePurchaseRequest::$action {"exception":"[object] (ErrorException(code: 0): Undefined property: Omnipay\MobilPay\Message\CompletePurchaseRequest::$action at /..../vendor/adrianbarbos/omnipay-mobilpay/src/BusinessMastery/Mobilpay/Message/CompletePurchaseRequest.php:109)
On the mobilPay app it has status 'payed', and when it tries to confirm to my app confirm endpoint, it get Error 500...
I guess it has someting to do with one of these lines:
"$response = Mobilpay::response();"
"$data = $response->getData();" or
"$response->getMessage()"
The plugin version I used is "adrianbarbos/mobilpay": "^1.0",
Also, the error occurs only in some users payment situations, not all the time
Can anyone help?
Thanks very much!!
The text was updated successfully, but these errors were encountered: