Files
torebki-fabiola.pl/wp-content/plugins/woocommerce-transferujpl-payment-gateway/includes/_tpl/basketReload.html
2026-03-05 13:07:40 +01:00

8 lines
238 B
HTML

<script type="text/javascript">
jQuery(document).ready(function ($) {
$(document.body).on('change', 'input[name="payment_method"]', function () {
$('body').trigger('update_checkout');
});
});
</script>