Plugin Directory

Changeset 3172879


Ignore:
Timestamp:
10/21/2024 11:55:01 AM (18 months ago)
Author:
bigmaster
Message:

new js file upadred

Location:
payaza/trunk
Files:
3 edited

Legend:

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

    r3172874 r3172879  
    5353            } );
    5454        };
    55         let merchantKey = wc_payaza_params.mode === 'live' ? wc_payaza_params.live_key : wc_payaza_params.test_key;
    56           //let payaza_url = wc_payaza_params.mode === 'live' ? wc_payaza_params;
    5755                 payazaCheckout = PayazaCheckout.setup( {
    5856                merchant_key: merchantKey,
    59                
    6057                connection_mode: wc_payaza_params.mode, // Live || Test
    6158                checkout_amount: amount/100,
  • payaza/trunk/payaza.php

    r3172859 r3172879  
    44 * Plugin URI: https://payaza.africa
    55 * Description: WooCommerce payment gateway for payaza
    6  * Version: 0.1.7
     6 * Version: 0.1.8
    77 * Author: Payaza
    88 * License: GPL-2.0+
  • payaza/trunk/readme.txt

    r3172859 r3172879  
    22Contributors: okenwa500
    33Tags: payaza, woocommerce, payment gateway,supports all currency
    4 Stable tag: 0.1.7
     4Stable tag: 0.1.8
    55License: GPLv2 or later
    66
Note: See TracChangeset for help on using the changeset viewer.