Plugin Directory

Changeset 3272645


Ignore:
Timestamp:
04/14/2025 04:04:23 PM (12 months ago)
Author:
trustist
Message:

bug fix

Location:
trustistecommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trustistecommerce/trunk/includes/payment-functions.php

    r3272577 r3272645  
    129129    private $customerDetails;
    130130    private $payerEmail;
    131     private $partnerID = "d18213c7-d5f8-460b-b7e9-d707596acc30";
     131    private $partnerID = "de47d1bc-0d15-4310-bc2f-c7795945230a";
    132132    private $partnerReference = "EasyCerts";
    133133
  • trustistecommerce/trunk/readme.txt

    r3272636 r3272645  
    44Requires at least: 5.4
    55Tested up to: 6.7.2
    6 Stable tag: 1.0.8
     6Stable tag: 1.0.9
    77Requires PHP: 7.2
    88License: GPLv2
  • trustistecommerce/trunk/trustist-ecommerce.php

    r3272636 r3272645  
    44Plugin URI: https://www.trustistpay.com
    55Description: Take Open Banking or credit card payments in the UK using TrustistEcommerce.
    6 Version: 1.0.8
     6Version: 1.0.9
    77Author: Trustist
    88Author URI: https://www.trustistpay.com
     
    1212defined( 'ABSPATH' ) or die();
    1313
    14 \define('TRUSTISTPLUGIN_VERSION', '1.0.8');
     14\define('TRUSTISTPLUGIN_VERSION', '1.0.9');
    1515\define('TRUSTISTPLUGIN_SLUG', 'trustistecommerce');
    1616\define('TRUSTISTPLUGIN_NAME', 'TrustistEcommerce');
Note: See TracChangeset for help on using the changeset viewer.