Changeset 2759783
- Timestamp:
- 07/21/2022 12:36:58 PM (4 years ago)
- Location:
- payflex-payment-gateway
- Files:
-
- 10 added
- 3 edited
-
tags/2.3.6/partpay.php (modified) (1 diff)
-
tags/2.3.7 (added)
-
tags/2.3.7/Checkout.png (added)
-
tags/2.3.7/PIE-CHART-01.png (added)
-
tags/2.3.7/PIE-CHART-02.png (added)
-
tags/2.3.7/PIE-CHART-03.png (added)
-
tags/2.3.7/PIE-CHART-04.png (added)
-
tags/2.3.7/config (added)
-
tags/2.3.7/config/config.php (added)
-
tags/2.3.7/partpay.php (added)
-
tags/2.3.7/readme.txt (added)
-
trunk/partpay.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payflex-payment-gateway/tags/2.3.6/partpay.php
r2759009 r2759783 1292 1292 if (index == vid) { 1293 1293 installmentPayflex = data['installment']; 1294 amountPayflex = data['amount'] 1294 amountPayflex = data['amount']; 1295 1295 } 1296 1296 }); -
payflex-payment-gateway/trunk/partpay.php
r2759009 r2759783 3 3 Plugin Name: Payflex Payment Gateway 4 4 Description: Use Payflex as a credit card processor for WooCommerce. 5 Version: 2.3. 65 Version: 2.3.7 6 6 Author: Payflex 7 7 */ … … 1033 1033 $order->payment_complete($pending_order->orderId); 1034 1034 } 1035 elseif ($body->orderStatus == "Created" )1035 elseif ($body->orderStatus == "Created" || $body->orderStatus == "Initiated") 1036 1036 { 1037 1037 if ($settings['enable_order_notes'] == 'yes') -
payflex-payment-gateway/trunk/readme.txt
r2758980 r2759783 5 5 Tested up to: 6.0 6 6 Requires PHP: 7.0 7 Stable tag: 2.3. 67 Stable tag: 2.3.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 68 68 = 2.3.6 = 69 69 * Added Product widget based on diffrent product variant 70 = 2.3.7 = 71 * Handled new order status Payment Intiated
Note: See TracChangeset
for help on using the changeset viewer.