Wrong Pay link on orders page?
-
Hi,
I have an issue with incorrect “Pay” button links in the customers account / order overview. The link doesn’t contain the payment endpoint (“order-pay”) and the order-id. E.g.: When a customer places an order and gets redirected to PayPal Express, but didn’t finish the payment on PayPal, the order status switches to “Pending payment”. If the customer then opens his “Orders” page and then clicks the “Pay” button, he gets redirected to an error page.
The link on Pay button is as follow: (order-pay endpoint and order-id missing)
/checkout/?pay_for_order=true&key=wc_order_5b39e6a40e869&force_pay_order=1The link on Pay button should be:
/checkout/order-pay/1918?pay_for_order=true&key=wc_order_5b39e6a40e869&force_pay_order=1Could you check if you notice the same behaviour, resp. could you help me with that? Thank you in advance.
- The topic ‘Wrong Pay link on orders page?’ is closed to new replies.