Files
carpseeds.pl/wp-content/plugins/woocommerce-active-payments/assets/js/front.js
2024-07-15 11:28:08 +02:00

8 lines
158 B
JavaScript

jQuery( function( $ ) {
"use strict";
$('body').on('change', 'input[name="payment_method"]', function() {
$('body').trigger('update_checkout');
});
});