Plugin Directory

Changeset 2930058


Ignore:
Timestamp:
06/23/2023 10:40:12 AM (3 years ago)
Author:
totalprocessing
Message:

Additional parameters for date range is added for payment 'Failsafe' implementation.

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

Legend:

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

    r2927046 r2930058  
    23452345        $url           = "https://".$this->derivePlatformBase()."/v3/query";
    23462346        $url          .= "?entityId=" . $this->getEntityID();
     2347        $url          .= "&date.from=".date( 'Y-m-d H:m:i', strtotime( '-24 hours' ) );
     2348        $url          .= "&date.to=".date( 'Y-m-d H:m:i' );
    23472349        $url          .= "&merchantTransactionId=".$order_id."&paymentTypes=DB";
    23482350        $response      = wp_remote_request( $url, $arg );
  • totalprocessing-card-payments/trunk/readme.txt

    r2927046 r2930058  
    44Requires at least: 5.2.0
    55Tested up to: 6.1.1
    6 Stable tag: 5.3.9
     6Stable tag: 5.3.10
    77Requires PHP: 7.0
    88License: GPLv3
     
    4848== Changelog ==
    4949
     50= 5.3.10 - 23-06-2023 16:00 =
     51
     52* Additional parameters for date range is added for payment 'Failsafe' implementation.
     53
    5054= 5.3.9 - 16-06-2023 17:10 =
    5155
  • totalprocessing-card-payments/trunk/totalprocessing-card-payments-and-gateway-woocommerce.php

    r2927046 r2930058  
    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.9
     12 * Version:              5.3.10
    1313 * Author:               Total Processing Limited
    1414 * Copyright:            2022 Total Processing Limited.
Note: See TracChangeset for help on using the changeset viewer.