/** * alg-wc-custom-payment-gateways.js * * @version 1.6.0 * @since 1.6.0 * @author Tyche Softwares */ jQuery( function() { jQuery( 'body' ).on( 'change', 'input[name="payment_method"]', function() { jQuery( 'body' ).trigger( 'update_checkout' ); } ); } );