Plugin Directory

Changeset 3172928


Ignore:
Timestamp:
10/21/2024 12:55:43 PM (18 months ago)
Author:
bigmaster
Message:

new js file updated today

File:
1 edited

Legend:

Unmodified
Added
Removed
  • payaza/assets/js/payaza.min.js

    r3172884 r3172928  
    5353            } );
    5454        };
     55           
    5556                 payazaCheckout = PayazaCheckout.setup( {
    56                 merchant_key: merchantKey,
    57                 connection_mode: wc_payaza_params.mode, // Live || Test
     57                merchant_key: wc_payaza_params.key,
     58                connection_mode: wc_payaza_params.connection_mode, // Live or Test
    5859                checkout_amount: amount/100,
    5960                currency_code: wc_payaza_params.currency,
Note: See TracChangeset for help on using the changeset viewer.