Files
2026-04-28 15:13:50 +02:00

1 line
138 B
JavaScript

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