Changeset 2821174
- Timestamp:
- 11/20/2022 06:00:08 PM (3 years ago)
- Location:
- wc-notchpay/tags/2.0.1
- Files:
-
- 1 added
- 1 deleted
- 3 edited
-
includes/class-wc-gateway-notchpay.php (modified) (1 diff)
-
languages/wc-notchpay.pot (added)
-
readme.txt (modified) (1 diff)
-
wc-notchpay.php (modified) (1 diff)
-
woo-notchpay.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
wc-notchpay/tags/2.0.1/includes/class-wc-gateway-notchpay.php
r2821168 r2821174 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( -
wc-notchpay/tags/2.0.1/readme.txt
r2821171 r2821174 4 4 Requires at least: 5.8 5 5 Tested up to: 6.0 6 Stable tag: 2.0. 16 Stable tag: 2.0.2 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later -
wc-notchpay/tags/2.0.1/wc-notchpay.php
r2821171 r2821174 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.2 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.