/home/devfahim/public_html/fluentlab.devfahim.site/wp-content/plugins/bkash/js/scripts.js
 jQuery(document).ready(function($){
     $(document.body).on('change', 'input[name="payment_method"]', function() {
        $('body').trigger('update_checkout');
    });
 });