Changeset 2560321
- Timestamp:
- 07/08/2021 01:27:31 AM (5 years ago)
- Location:
- wc-westpac-payway-with-recurring/trunk
- Files:
-
- 3 edited
-
classes/payway-gateway-rest.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wc-westpac-payway-with-recurring.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-westpac-payway-with-recurring/trunk/classes/payway-gateway-rest.php
r2560320 r2560321 115 115 public function wc_payway_receipt_page($order) 116 116 { 117 do_action('before_payway_form'); 117 118 echo $this -> generate_PayWay_recurring_form($order); 119 do_action('after_payway_form'); 118 120 } 119 121 -
wc-westpac-payway-with-recurring/trunk/readme.txt
r2560320 r2560321 5 5 Requires at least: 4.9 6 6 Tested up to: 5.7.1 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later -
wc-westpac-payway-with-recurring/trunk/wc-westpac-payway-with-recurring.php
r2560320 r2560321 3 3 * Plugin Name: Payment gateway for Westpac PayWay NET on Woocommerce with Recurring Billing 4 4 * Description: The plugin gives the functionality of processing Credit and Debit Cards on WooCommerce using Westpac PayWay NET along with Recurring Payments. 5 * Version: 1. 15 * Version: 1.2 6 6 * Author: Spanrig Technologies 7 7 * Author URI: https://www.upwork.com/fl/hncvj
Note: See TracChangeset
for help on using the changeset viewer.