Plugin Directory

Changeset 3174906


Ignore:
Timestamp:
10/24/2024 10:53:54 AM (18 months ago)
Author:
bigmaster
Message:

v0.1.10

Location:
payaza/trunk
Files:
4 edited

Legend:

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

    r3172901 r3174906  
    5454        };
    5555           
    56                  payazaCheckout = PayazaCheckout.setup( {
    57                 merchant_key: wc_payaza_params.key,
     56                payazaCheckout = PayazaCheckout.setup( {
     57                merchant_key: wc_payaza_params.key, // keys
    5858                connection_mode: wc_payaza_params.connection_mode, // Live or Test
    5959                checkout_amount: amount/100,
  • payaza/trunk/includes/class-wc-gateway-payaza.php

    r3172901 r3174906  
    416416
    417417        $payaza_params = array(
    418             'key' => $this->public_key,
     418            'key' => $this->public_key, // test keys and live keys
    419419            'connection_mode' => $this->connection_mode // Add connection mode (live or test)
    420420        );
  • payaza/trunk/payaza.php

    r3172901 r3174906  
    44 * Plugin URI: https://payaza.africa
    55 * Description: WooCommerce checkout
    6  * Version: 0.1.9
     6 * Version: 0.1.10
    77 * Author: Payaza
    88 * License: GPL-2.0+
  • payaza/trunk/readme.txt

    r3172901 r3174906  
    22Contributors: okenwa500
    33Tags: payaza, woocommerce, payment gateway,supports all currency
    4 Stable tag: 0.1.9
     4Stable tag: 0.1.10
    55License: GPLv2 or later
    66
     
    6969= 0.1.4 - Feb 27, 2024 =
    7070= 0.1.5 - Aug 30, 2024 =
     71= 0.1.6 - Sep 20, 2024 =
     72= 0.1.7 - Oct 10, 2024 =
     73= 0.1.9 - Oct 21, 2024 =
     74= 0.1.10 - Oct 24, 2024 =
    7175
    7276
     
    7882*  New Payaza Logo
    7983*  Payaza Version 2
     84*  Payaza live/test
    8085
    8186== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.