Plugin Directory

Changeset 3350382


Ignore:
Timestamp:
08/26/2025 11:28:37 AM (6 months ago)
Author:
CardGate
Message:

Fix: Callback status 100

Location:
cardgate
Files:
1 deleted
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • cardgate/tags/4.0.2/cardgate.php

    r3346931 r3350382  
    77 * Author: CardGate
    88 * Author URI: https://www.cardgate.com
    9  * Version: 4.0.1
     9 * Version: 4.0.2
    1010 * Text Domain: cardgate
    1111 * Domain Path: /i18n/languages
     
    455455                    $order->payment_complete();
    456456                }
    457                
    458                 if ($_REQUEST['code'] == '0') {
     457
     458                if ($_REQUEST['code'] == '0' || $_REQUEST['code'] == '100') {
    459459                    $sReturnStatus = 'pending';
    460460                }
  • cardgate/tags/4.0.2/readme.txt

    r3346931 r3350382  
    55Requires at least: 4.4
    66Tested up to: 6.8
    7 Stable tag: 4.0.1
     7Stable tag: 4.0.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7474== Changelog ==
    7575
     76= 4.0.2 =
     77* Fix: Callback status 100.
     78
    7679= 4.0.1 =
    7780* Removed: MisterCash payment method.
  • cardgate/trunk/cardgate.php

    r3346931 r3350382  
    77 * Author: CardGate
    88 * Author URI: https://www.cardgate.com
    9  * Version: 4.0.1
     9 * Version: 4.0.2
    1010 * Text Domain: cardgate
    1111 * Domain Path: /i18n/languages
     
    455455                    $order->payment_complete();
    456456                }
    457                
    458                 if ($_REQUEST['code'] == '0') {
     457
     458                if ($_REQUEST['code'] == '0' || $_REQUEST['code'] == '100') {
    459459                    $sReturnStatus = 'pending';
    460460                }
  • cardgate/trunk/readme.txt

    r3346931 r3350382  
    55Requires at least: 4.4
    66Tested up to: 6.8
    7 Stable tag: 4.0.1
     7Stable tag: 4.0.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7474== Changelog ==
    7575
     76= 4.0.2 =
     77* Fix: Callback status 100.
     78
    7679= 4.0.1 =
    7780* Removed: MisterCash payment method.
Note: See TracChangeset for help on using the changeset viewer.