• Resolved msakal

    (@msakal)


    If you’re using Mollie for managing Klarna payments, you’ll know that the shipping of an order is notified to Klarna when the order status is set to ‘completed.’ While this is ideal for a production environment, it might not be desirable in staging or other non-production environments. How i can disable this process in non-production environments? Is there a way to manually control this to prevent any inadvertent effects on the actual payment operations?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @msakal

    To prevent orders from being captured/shipped at Mollie when changing the order status, you can store an option called mollie-payments-for-woocommerce_disableShipOrderAtMollie with the value 1 in your wp_options table.

    This is part of the shipAndCaptureOrderAtMollie method.

    I hope this helps!

    Kind regards,
    Niklas

    Thread Starter msakal

    (@msakal)

    Hi, @niklasinpsyde! Thanks a lot for responding, I found it on Friday and implemented it, it’s a small but important feature, and it works great, thanks again ??

    • This reply was modified 1 year, 8 months ago by msakal.
    Plugin Support Syde Niklas

    (@niklasinpsyde)

    I’m glad to hear you found the solution and it’s working well for you!
    So I’ll go ahead and mark this thread as resolved then.

    If you are in need of timely assistance in the future, I recommend reaching out to the Mollie Support Team directly, as they may be able to provide a quicker response since we currently have limited capabilities to provide guidance in the support forums.

    Thanks for your patience, and don’t hesitate to reach out if you have any more questions.

    Kind regards,
    Niklas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Can I Disable Mollie’s Klarna Notification Process on Non-Production env’ is closed to new replies.