Changeset 2553410
- Timestamp:
- 06/24/2021 02:38:40 PM (5 years ago)
- Location:
- beyond-pay-for-woocommerce/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
beyondpay-gateway.php (modified) (1 diff)
-
includes/wc-beyond-pay-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
beyond-pay-for-woocommerce/trunk/README.md
r2552573 r2553410 135 135 ## Changelog 136 136 137 ### 1.5.1 138 * Include Account Holder information when processing saved payments. 139 137 140 ### 1.5.0 138 141 * 'Save Card ONLY' transaction mode added. -
beyond-pay-for-woocommerce/trunk/README.txt
r2552573 r2553410 122 122 == Changelog == 123 123 124 = 1.5.1 = 125 * Include Account Holder information when processing saved payments. 126 124 127 = 1.5.0 = 125 128 * 'Save Card ONLY' transaction mode added. -
beyond-pay-for-woocommerce/trunk/beyondpay-gateway.php
r2552573 r2553410 6 6 * Author URI: https://getbeyond.com 7 7 * Plugin URI: https://developer.getbeyond.com 8 * Version: 1.5. 08 * Version: 1.5.1 9 9 * Text Domain: beyond-pay-for-woocommerce 10 10 * -
beyond-pay-for-woocommerce/trunk/includes/wc-beyond-pay-gateway.php
r2552573 r2553410 736 736 $token 737 737 ); 738 $this->fill_address_data($request, $order); 738 739 $this->fill_level_2_3_data($request, $order); 739 740 $response = $this->send_gateway_request($request, $order); … … 1000 1001 } 1001 1002 $request->requestMessage->InvoiceNum = $order_id; 1003 $this->fill_address_data($request, $order); 1002 1004 $this->fill_level_2_3_data($request, $order); 1003 1005 $response = $this->send_gateway_request($request, $order);
Note: See TracChangeset
for help on using the changeset viewer.