File "seamless-cc.js"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/swedbank-pay-payments/assets/js/seamless-cc.js
File size: 499 bytes
MIME-type: text/plain
Charset: utf-8
/* global wc_checkout_params */
jQuery( function( $ ) {
'use strict';
/**
* Object to handle Cc payment forms.
*/
window.wc_sb_cc = {
xhr: false,
gateway_id: 'payex_psp_cc',
key: 'is_swedbank_pay_cc',
culture: WC_Gateway_Swedbank_Pay_Cc.culture,
hostedView: 'creditCard',
};
$.extend( window.wc_sb_cc, window.wc_sb_seamless );
window.wc_sb_cc.init( $( "form.checkout, form#order_review, form#add_payment_method" ) );
} );