Changeset 3174458
- Timestamp:
- 10/23/2024 03:38:40 PM (18 months ago)
- Location:
- trustistecommerce/tags/1.0.2
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from trustistecommerce/trunk)
-
readme.txt (modified) (5 diffs)
-
trustist-ecommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trustistecommerce/tags/1.0.2/readme.txt
r3174445 r3174458 4 4 Requires at least: 5.4 5 5 Tested up to: 6.5 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Requires PHP: 7.2 8 8 License: GPLv2 … … 16 16 17 17 Whether you're running an e-commerce store or a subscription-based service, TrustistPay provides a reliable and flexible payment solution tailored to your business needs. 18 19 Sign up here [trustistpay](https://trustistpay.com) and start saving today! 18 20 19 21 = Simplified Bank Transfer Payments = … … 35 37 = Lower Transaction Costs = 36 38 37 Save money with our lowest transaction fees starting at just 0.29%. Use the cost calculator on TrustistPay.com to see how much you could be saving.39 Save money with our lowest transaction fees starting at just 0.29%. 38 40 39 41 = How TrustistPay Bank Transfers Work = … … 48 50 = Get Started with TrustistPay = 49 51 50 Ready to revolutionize your payment processing? Visit TrustistPay.comto create your account and start enjoying the benefits of faster, safer, and cheaper online payments.52 Ready to revolutionize your payment processing? Visit [trustistpay](https://trustistpay.com) to create your account and start enjoying the benefits of faster, safer, and cheaper online payments. 51 53 52 54 == Installation == 53 55 54 In order to use the TrustistPay plugin, you first need to have an active TrustistPay account. This can be created by signing up here: https://trustistpay.com56 In order to use the TrustistPay plugin, you first need to have an active TrustistPay account. This can be created by signing up here: [trustistpay](https://trustistpay.com) 55 57 56 58 After signing up, you’ll be taken through the full onboarding process, including business verification. Once complete, you can proceed with the steps below to get your TrustistPay plugin fully set up. … … 60 62 Upload the TrustistPay plugin to your WordPress site by either: 61 63 62 Searching for it in the ‘Plugins’menu within your WordPress dashboard.64 Searching for it in the 'Plugins' menu within your WordPress dashboard. 63 65 Downloading the file from this page and using the ‘Upload Plugin’ button in the WordPress dashboard. 64 66 65 67 = Step 2 - Activating the Plugin = 66 68 67 In your WordPress dashboard, click ‘Plugins’ and locate TrustistPay. Click ‘Activate’under the plugin title.69 In your WordPress dashboard, click 'Plugins' and locate TrustistPay. Click 'Activate' under the plugin title. 68 70 69 71 = Step 3 - Configuration = 70 72 71 After activation, navigate to ‘Settings’ > ‘TrustistPay’to insert your API keys.73 After activation, navigate to ‘Settings’ > 'TrustistPay' to insert your API keys. 72 74 73 75 To access your API keys, please contact customerservice@trustistpay.com. 74 76 75 Enter your API keys and click ‘Save Changes & Test Connection’. A ‘Success’status indicates correct details.77 Enter your API keys and click 'Save Changes & Test Connection'. A 'Success' status indicates correct details. 76 78 77 79 If you encounter issues, contact us at customerservice@trustistpay.com. -
trustistecommerce/tags/1.0.2/trustist-ecommerce.php
r3131773 r3174458 4 4 Plugin URI: https://www.trustistecommerce.com 5 5 Description: Take Open Banking or credit card payments in the UK using TrustistEcommerce. 6 Version: 0.3.26 Version: 1.0.2 7 7 Author: Trustist 8 8 Author URI: https://www.trustist.com … … 12 12 defined( 'ABSPATH' ) or die(); 13 13 14 \define('TRUSTISTPLUGIN_VERSION', ' 0.3.2');14 \define('TRUSTISTPLUGIN_VERSION', '1.0.2'); 15 15 \define('TRUSTISTPLUGIN_SLUG', 'trustistecommerce'); 16 16 \define('TRUSTISTPLUGIN_NAME', 'TrustistEcommerce');
Note: See TracChangeset
for help on using the changeset viewer.