iDEAL QR Gateway not working: fatal error: error if plugin
-
The payment iDEAL QR payment Gateway is not working.
A fatal error occurs on checkout submission.
There is a programming mistake in the plugin that should be corrected.You seem to be aware of this for 17 days, but there is no update release yet.
Can you please release the update?
https://github.com/MultiSafepay/WooCommerce/blob/master/CHANGELOG.mdError:
{ "type": 1, "message": "Uncaught Error: Call to undefined method WC_Order::get_amount() in /var/www/vhosts/dashboard.cadstunter.nl/httpdocs/wp-content/plugins/multisafepay/src/PaymentMethods/PaymentMethods/IdealQr.php:88\nStack trace:\n#0 /var/www/vhosts/dashboard.cadstunter.nl/httpdocs/wp-content/plugins/multisafepay/src/PaymentMethods/Base/BasePaymentMethod.php(243): MultiSafepay\\WooCommerce\\PaymentMethods\\PaymentMethods\\IdealQr->get_gateway_info()\n#1 /var/www/vhosts/dashboard.cadstunter.nl/httpdocs/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(980): MultiSafepay\\WooCommerce\\PaymentMethods\\Base\\BasePaymentMethod->process_payment()\n#2 /var/www/vhosts/dashboard.cadstunter.nl/httpdocs/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(1195): WC_Checkout->process_order_payment()\n#3 /var/www/vhosts/dashboard.cadstunter.nl/httpdocs/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(466): WC_Checkout->process_checkout()\n#4 /var/www/vhosts/dashboard.cadstunter.nl/httpdocs/wp-includes/class-wp-hook.php(303):", "file": "/var/www/vhosts/dashboard.cadstunter.nl/httpdocs/wp-content/plugins/multisafepay/src/PaymentMethods/PaymentMethods/IdealQr.php", "line": 88 }
The plugin tries to execute this code:
$order->get_amount()
But this function does not exist:
https://woocommerce.github.io/code-reference/classes/WC-Order.html
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘iDEAL QR Gateway not working: fatal error: error if plugin’ is closed to new replies.