• Hello,

    We use mollie plugin version 8.1.6, divi 4.27, wordpress 6.9.2 and woocommerce 10.4.3 i get his message

    2026-06-14T00:01:30+00:00 Critical Uncaught TypeError: Mollie\WooCommerce\Payment\MollieOrderService::getRedirectUrlFromPaymentObject(): Return value must be of type string, null returned in /home/u74339p145570/domains/public_html/wp-content/plugins/mollie-payments-for-woocommerce/src/Payment/MollieOrderService.php:693

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Support Krystian Syde

    (@inpsydekrystian)

    Hello @kaboemnld

    This appears to be quite an edge case. It likely requires 2 conditions to occur at the same time. The first condition is that the renewed WooCommerce order cannot be found by transaction ID or the related Mollie metadata. This can happen if:

    • The renewal order was deleted from WooCommerce.
    • There was a database write failure when saving the _mollie_payment_id meta during checkout.

    The 2nd condition is that the payment is a recurring/subscription payment. Most regular one-time payments contain a valid redirectUrl, so even if an order lookup fails, the issue typically remains hidden and does not trigger this error. In other words, this seems to require a combination of a missing/orphaned order and a recurring payment flow.

    I have created a report for our developers so they can review the behavior and determine whether additional safeguards should be added to prevent this type of failure.

    Kind regards,
    Krystian

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.