
            $(document).ready(function() {
                var b = $('#pagedata').data('blob');
                if (b.cfg) {
                    b.cfg.payment_preference = true;
                }
                b.saved_card = null;
            });
        