Changeset 3272645
- Timestamp:
- 04/14/2025 04:04:23 PM (12 months ago)
- Location:
- trustistecommerce/trunk
- Files:
-
- 3 edited
-
includes/payment-functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
trustist-ecommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trustistecommerce/trunk/includes/payment-functions.php
r3272577 r3272645 129 129 private $customerDetails; 130 130 private $payerEmail; 131 private $partnerID = "d 18213c7-d5f8-460b-b7e9-d707596acc30";131 private $partnerID = "de47d1bc-0d15-4310-bc2f-c7795945230a"; 132 132 private $partnerReference = "EasyCerts"; 133 133 -
trustistecommerce/trunk/readme.txt
r3272636 r3272645 4 4 Requires at least: 5.4 5 5 Tested up to: 6.7.2 6 Stable tag: 1.0. 86 Stable tag: 1.0.9 7 7 Requires PHP: 7.2 8 8 License: GPLv2 -
trustistecommerce/trunk/trustist-ecommerce.php
r3272636 r3272645 4 4 Plugin URI: https://www.trustistpay.com 5 5 Description: Take Open Banking or credit card payments in the UK using TrustistEcommerce. 6 Version: 1.0. 86 Version: 1.0.9 7 7 Author: Trustist 8 8 Author URI: https://www.trustistpay.com … … 12 12 defined( 'ABSPATH' ) or die(); 13 13 14 \define('TRUSTISTPLUGIN_VERSION', '1.0. 8');14 \define('TRUSTISTPLUGIN_VERSION', '1.0.9'); 15 15 \define('TRUSTISTPLUGIN_SLUG', 'trustistecommerce'); 16 16 \define('TRUSTISTPLUGIN_NAME', 'TrustistEcommerce');
Note: See TracChangeset
for help on using the changeset viewer.