• Resolved jaapjvh

    (@jaapjvh)


    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.md

    Error:

    {
      "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)
  • Plugin Author multisafepayplugin

    (@multisafepayplugin)

    Hello @jaapjvh

    Thanks for report this issue.

    Today we release plugin version 4.9.0 which should fix this issue. You can upgrade directly from WordPress repository through the WordPress admin of your website.

    For now; I am going to mark this ticket as resolved, but please, if you experience any other problem, let us know and we will check as soon as possible.

    Thread Starter jaapjvh

    (@jaapjvh)

    Thank you. My client tells me that if he chooses QR code as the payment method during checkout, that he ends up in a regular iDeal environment. Can you also check this? Thank you.

    Hi @jaapjvh,

    Can you ask your merchant to contact our Integration Team to find the cause of this problem?

    FYI: In a vanilla WooCommerce you land on our iDEAL QR payment page.

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.