-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fatal error version 2.7.1 -> 2.7.3 #801
Comments
Still an issue in the 2.7.2 - site broken today with the update. |
Still an issue in the 2.7.3 - site broken today with the update. |
no communication in this github dev team... |
Good morning, sorry to not be able to reply sooner, we'll look onto this, and hopefully release the fix soon |
HI @PPmmesquita |
Hi @staurand This ticket needs to be prioritized in order to be solved. I'll be pushing to have a solution for you. Sorry for the delay |
A fatal error is raised on two files :
src/Gateway/PayplugGatewayOney4xWithoutFees.php
src/Gateway/PayplugGatewayOney3xWithoutFees.php
PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in [...]/wp-content/plugins/payplug/src/Gateway/PayplugGatewayOney4xWithoutFees.php:46
In fact you are accessing
$this->oney_response['x4_without_fees']['down_payment_amount']
and then some lines after checking thatthis->oney_response
is an array.The text was updated successfully, but these errors were encountered: