Issue on order pay page.
-
While Paysera payment method works as expected on checkout page showing all payment options (https://ps.w.org/woo-payment-gateway-paysera/assets/screenshot-1.png?rev=1836969) the order pay page (https://woocommerce.com/document/woocommerce-endpoints-2-1/) is not functioning as expected.
The underlying issue comes from trying to retrieve cart total instead of order total:
woo-payment-gateway-paysera/includes/PayseraPaymentFieldGenerator.php:34
There is also an assumption in javascript file (frontend.js) that #billing_country field is present on the payment page, which is also not a case for order pay page.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Issue on order pay page.’ is closed to new replies.