Changeset 2755152
- Timestamp:
- 07/12/2022 03:36:03 PM (4 years ago)
- Location:
- best2pay-payment-method-visamastercard
- Files:
-
- 4 edited
-
best2pay-payment_method.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
trunk/best2pay-payment_method.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
best2pay-payment-method-visamastercard/best2pay-payment_method.php
r2651023 r2755152 18 18 * Plugin URI: http://best2pay.net/ 19 19 * Description: Receive payments via Visa/Mastercard easily with Best2Pay bank cards processing 20 * Version: 1.1. 520 * Version: 1.1.6 21 21 * Author: Best2Pay 22 22 * Tested up to: 5.7.1 … … 383 383 384 384 // check payment state 385 if (($response->type != 'PURCHASE ' && $response->type != 'EPAYMENT' && $response->type != 'AUTHORIZE') || $response->state != 'APPROVED')385 if (($response->type != 'PURCHASE_BY_QR' && $response->type != 'PURCHASE' && $response->type != 'EPAYMENT' && $response->type != 'AUTHORIZE') || $response->state != 'APPROVED') 386 386 return false; 387 387 -
best2pay-payment-method-visamastercard/readme.txt
r2584113 r2755152 5 5 Requires at least: 4.7 6 6 Requires PHP: 7.0 7 Stable tag: 1.1. 47 Stable tag: 1.1.6 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
best2pay-payment-method-visamastercard/trunk/best2pay-payment_method.php
r2651023 r2755152 18 18 * Plugin URI: http://best2pay.net/ 19 19 * Description: Receive payments via Visa/Mastercard easily with Best2Pay bank cards processing 20 * Version: 1.1. 520 * Version: 1.1.6 21 21 * Author: Best2Pay 22 22 * Tested up to: 5.7.1 … … 383 383 384 384 // check payment state 385 if (($response->type != 'PURCHASE ' && $response->type != 'EPAYMENT' && $response->type != 'AUTHORIZE') || $response->state != 'APPROVED')385 if (($response->type != 'PURCHASE_BY_QR' && $response->type != 'PURCHASE' && $response->type != 'EPAYMENT' && $response->type != 'AUTHORIZE') || $response->state != 'APPROVED') 386 386 return false; 387 387 -
best2pay-payment-method-visamastercard/trunk/readme.txt
r2649314 r2755152 5 5 Requires at least: 4.7 6 6 Requires PHP: 7.0 7 Stable tag: 1.1. 47 Stable tag: 1.1.6 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.