Plugin Directory

Changeset 2755152


Ignore:
Timestamp:
07/12/2022 03:36:03 PM (4 years ago)
Author:
best2pay
Message:

purchase by qr

Location:
best2pay-payment-method-visamastercard
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • best2pay-payment-method-visamastercard/best2pay-payment_method.php

    r2651023 r2755152  
    1818 * Plugin URI: http://best2pay.net/
    1919 * Description: Receive payments via Visa/Mastercard easily with Best2Pay bank cards processing
    20  * Version: 1.1.5
     20 * Version: 1.1.6
    2121 * Author: Best2Pay
    2222 * Tested up to: 5.7.1
     
    383383
    384384            // 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')
    386386                return false;
    387387
  • best2pay-payment-method-visamastercard/readme.txt

    r2584113 r2755152  
    55Requires at least: 4.7
    66Requires PHP: 7.0
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.6
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • best2pay-payment-method-visamastercard/trunk/best2pay-payment_method.php

    r2651023 r2755152  
    1818 * Plugin URI: http://best2pay.net/
    1919 * Description: Receive payments via Visa/Mastercard easily with Best2Pay bank cards processing
    20  * Version: 1.1.5
     20 * Version: 1.1.6
    2121 * Author: Best2Pay
    2222 * Tested up to: 5.7.1
     
    383383
    384384            // 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')
    386386                return false;
    387387
  • best2pay-payment-method-visamastercard/trunk/readme.txt

    r2649314 r2755152  
    55Requires at least: 4.7
    66Requires PHP: 7.0
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.6
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.