Changeset 3174906
- Timestamp:
- 10/24/2024 10:53:54 AM (18 months ago)
- Location:
- payaza/trunk
- Files:
-
- 4 edited
-
assets/js/payaza.min.js (modified) (1 diff)
-
includes/class-wc-gateway-payaza.php (modified) (1 diff)
-
payaza.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payaza/trunk/assets/js/payaza.min.js
r3172901 r3174906 54 54 }; 55 55 56 payazaCheckout = PayazaCheckout.setup( {57 merchant_key: wc_payaza_params.key, 56 payazaCheckout = PayazaCheckout.setup( { 57 merchant_key: wc_payaza_params.key, // keys 58 58 connection_mode: wc_payaza_params.connection_mode, // Live or Test 59 59 checkout_amount: amount/100, -
payaza/trunk/includes/class-wc-gateway-payaza.php
r3172901 r3174906 416 416 417 417 $payaza_params = array( 418 'key' => $this->public_key, 418 'key' => $this->public_key, // test keys and live keys 419 419 'connection_mode' => $this->connection_mode // Add connection mode (live or test) 420 420 ); -
payaza/trunk/payaza.php
r3172901 r3174906 4 4 * Plugin URI: https://payaza.africa 5 5 * Description: WooCommerce checkout 6 * Version: 0.1. 96 * Version: 0.1.10 7 7 * Author: Payaza 8 8 * License: GPL-2.0+ -
payaza/trunk/readme.txt
r3172901 r3174906 2 2 Contributors: okenwa500 3 3 Tags: payaza, woocommerce, payment gateway,supports all currency 4 Stable tag: 0.1. 94 Stable tag: 0.1.10 5 5 License: GPLv2 or later 6 6 … … 69 69 = 0.1.4 - Feb 27, 2024 = 70 70 = 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 = 71 75 72 76 … … 78 82 * New Payaza Logo 79 83 * Payaza Version 2 84 * Payaza live/test 80 85 81 86 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.