Plugin Directory

Changeset 2926061


Ignore:
Timestamp:
06/14/2023 04:36:11 PM (3 years ago)
Author:
totalprocessing
Message:

Resolved conflict with editing tooling

Location:
totalprocessing-card-payments
Files:
85 added
3 edited

Legend:

Unmodified
Added
Removed
  • totalprocessing-card-payments/trunk/includes/class-tp-payment-gateway.php

    r2920712 r2926061  
    23242324   
    23252325    function validateOnCheckoutInit( $checkoutObj ){
     2326        if( !WC()->session ){
     2327            return;
     2328        }
     2329       
    23262330        $order_id                = ( int ) WC()->session->get( 'tp_payment_order_id_initiated', 0 );
    23272331        if( $order_id <= 0 ){
  • totalprocessing-card-payments/trunk/readme.txt

    r2920712 r2926061  
    44Requires at least: 5.2.0
    55Tested up to: 6.1.1
    6 Stable tag: 5.3.7
     6Stable tag: 5.3.8
    77Requires PHP: 7.0
    88License: GPLv3
     
    4848== Changelog ==
    4949
    50 = 5.3.7 - 02-06-2023 21:38 =
     50= 5.3.8 - 14-06-2023 21:42 =
     51
     52* Resolved conflict with editing tooling.
     53
     54= 5.3.7 – 02-06-2023 21:38 =
    5155
    5256* Additional payment validation implementation to counteract payment response issues experiences on particular WP sites. Change creates a secondary failsafe on the page refresh to catch any session or cacheing issues
  • totalprocessing-card-payments/trunk/totalprocessing-card-payments-and-gateway-woocommerce.php

    r2920712 r2926061  
    1010 * Plugin URI:           https://www.totalprocessing.com/woocommerce/cards
    1111 * Description:          Accept all major credit and debit cards. Fast, seamless, and flexible.
    12  * Version:              5.3.7
     12 * Version:              5.3.8
    1313 * Author:               Total Processing Limited
    1414 * Copyright:            2022 Total Processing Limited.
Note: See TracChangeset for help on using the changeset viewer.