PayLater Issue
-
It looks like I may have an issue with PayLater. When the customer arrives back at woocommerce they are only seeing the Cancel order option and no option to complete the order.
My logs show an error:
“message”:”Function _load_textdomain_just_in_time was called incorrectly. Translation loading for thescfdomain was triggered too early.”Orders look like they have been approved but on checkout the complete order button is missing.
2025-10-13T11:08:53+00:00 INFO Response Body: Array
(
[verification_status] => SUCCESS
)
2025-10-13T11:08:53+00:00 INFO Response Code: 200
2025-10-13T11:08:53+00:00 INFO Response Message: OK
2025-10-13T11:08:53+00:00 INFO Order Keys do not match.
2025-10-13T11:08:54+00:00 INFO Payment Gateway for PayPal on WooCommerce: 9.0.46
2025-10-13T11:08:54+00:00 INFO WooCommerce Version: 10.2.2
2025-10-13T11:08:54+00:00 INFO Test Mode: No
2025-10-13T11:08:54+00:00 INFO Action Name : Get Order Details
2025-10-13T11:08:54+00:00 INFO Endpoint: https://api.paypal.com/v2/checkout/orders/8
2025-10-13T11:08:54+00:00 INFO Response Code: 200
2025-10-13T11:08:54+00:00 INFO Response Message: OK
2025-10-13T11:08:54+00:00 INFO Response Body: stdClass Object
(
[id] => 4ND64783SN798932K
[intent] => CAPTURE
[status] => APPROVEDThe checkout page source shows:
<button type=”submit” class=”button wpg_place_order_hide alt” name=”woocommerce_checkout_place_order” id=”place_order” value=”Place order” data-value=”Place order” style=”display: inline-block;”>Proceed to PayPal</button>
You must be logged in to reply to this topic.