mollie / WooCommerce

Official Mollie extension for WooCommerce
https://wordpress.org/plugins/mollie-payments-for-woocommerce/
Other
131 stars 53 forks source link

[PIWOO-278] Fix - Gateway fee missing VAT amount with including tax #828

Open inpsyde-maticluznar opened 1 year ago

inpsyde-maticluznar commented 1 year ago

When the payment method changes, form-pay.php template is loaded using AJAX and sent back as HTML string. .shop_table element is extracted from the HTML and replaced on the frontend.

Unit test for this functionality is removed. We should cover this scenario with E2E test.