Changeset 2995389
- Timestamp:
- 11/13/2023 06:51:49 PM (2 years ago)
- Location:
- wc-notchpay/trunk
- Files:
-
- 1 added
- 5 edited
-
assets/icon-256x256.png (modified) (previous)
-
assets/woo-notchpay.png (modified) (previous)
-
includes/class-wc-gateway-notchpay.php (modified) (3 diffs)
-
languages/wc-notchpay.pot (added)
-
readme.txt (modified) (2 diffs)
-
wc-notchpay.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-notchpay/trunk/includes/class-wc-gateway-notchpay.php
r2821168 r2995389 674 674 update_post_meta($order_id, '_notchpay_txn_ref', $txnref); 675 675 676 $notchpay_url = 'https://api.notchpay. test/payments/initialize/';676 $notchpay_url = 'https://api.notchpay.co/payments/initialize/'; 677 677 678 678 $headers = array( … … 745 745 $notchpay_txn_ref = false; 746 746 } 747 748 747 749 748 750 … … 850 852 WC()->cart->empty_cart(); 851 853 } else { 852 853 $order_details = explode('_', $_REQUEST['notchpay_txnref']); 854 855 856 $order_details = explode('_', $_REQUEST['notchpay_trxref']); 857 854 858 855 859 $order_id = (int) $order_details[0]; -
wc-notchpay/trunk/readme.txt
r2821171 r2995389 4 4 Requires at least: 5.8 5 5 Tested up to: 6.0 6 Stable tag: 2.0. 16 Stable tag: 2.0.4 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 60 60 61 61 == Changelog == 62 = 2.0.4 - January 2023 63 * Fixed cancel callback 62 64 = 2.0 - November 20, 2022 = 63 65 * Fixed some bugs -
wc-notchpay/trunk/wc-notchpay.php
r2821171 r2995389 4 4 * Plugin Name: Notch Pay for WooCommerce 5 5 * Plugin URI: https://notchpay.co 6 * Author: Chapdel KAMGA6 * Author: Notch Pay 7 7 * Author URI: http://chapdel.me 8 8 * Description: Accept local and international payments with Notch Pay. 9 * Version: 2.0. 19 * Version: 2.0.4 10 10 * License: GPL-2.0+ 11 11 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset
for help on using the changeset viewer.