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.
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.