Orders not completed
-
Currently testing integration with my store in test mode, orders are made and payment status is successfully transmitted to the mollie dashboard (I see the order status changing from order created, payment pending and paid in the mollie dashboard). However, when I complete the order in woocommerce, the “completed” status is not transmitted to mollie, it remains in Paid status in mollie, while it is completed in woocommerce. I don’t see any error in the logs, and everything else is working. There is also no entry in the log when I change the order status to completed. The last entry is the redirect after order payment. Any ideas?
2018-12-13T21:01:17+00:00 DEBUG mollie_wc_gateway_ideal: Start process_payment for order 681 2018-12-13T21:01:18+00:00 DEBUG getUserMollieCustomerId: Mollie Customer ID (cst_c2HPUtfr5e) found and valid for user 1 on this API key. (test). 2018-12-13T21:01:18+00:00 DEBUG mollie_wc_gateway_ideal: Order 681 webhookUrl: https://www.annorlunda.be/wc-api/mollie_wc_gateway_ideal/?order_id=681&key=wc_order_5c12c89d6821b 2018-12-13T21:01:18+00:00 DEBUG mollie_wc_gateway_ideal: Create Mollie payment object for order 681 2018-12-13T21:01:18+00:00 DEBUG Creating payment object: type Order, first try creating a Mollie Order. 2018-12-13T21:01:18+00:00 DEBUG setUserMollieCustomerId: Stored Mollie customer ID cst_c2HPUtfr5e with user 1 2018-12-13T21:01:18+00:00 DEBUG mollie_wc_gateway_ideal: Mollie payment object ord_yjawwx (test) created for order 681 2018-12-13T21:01:18+00:00 DEBUG For order 681 redirect user to Mollie Checkout URL: https://www.mollie.com/payscreen/order/checkout/yjawwx 2018-12-13T21:02:00+00:00 DEBUG mollie_wc_gateway_ideal: Mollie payment object ord_yjawwx (test) webhook call for order 681. 2018-12-13T21:02:00+00:00 DEBUG mollie_wc_gateway_ideal: Order 681 orderNeedsPayment check: yes, order not previously processed by Mollie gateway. 2018-12-13T21:02:00+00:00 DEBUG Mollie_WC_Payment_Order::onWebhookPaid called for order 681 2018-12-13T21:02:01+00:00 DEBUG Mollie_WC_Payment_Order::onWebhookPaid WooCommerce payment_complete() processed and returned to Mollie_WC_Payment_Order::onWebhookPaid for order 681 2018-12-13T21:02:02+00:00 DEBUG Mollie_WC_Payment_Order::onWebhookPaid processing paid order via Mollie plugin fully completed for order 681 2018-12-13T21:02:02+00:00 DEBUG Mollie_WC_Gateway_Abstract::getReturnRedirectUrlForOrder 681: Determine what the redirect URL in WooCommerce should be. 2018-12-13T21:02:02+00:00 DEBUG Mollie_WC_Plugin::onMollieReturn: Redirect url on return order mollie_wc_gateway_ideal, order 681: https://www.annorlunda.be/checkout/order-received/681/?key=wc_order_5c12c89d6821b&utm_nooverride=1
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Orders not completed’ is closed to new replies.