global-payments-woocommerce
Last commit date
assets
4 years ago
src
4 years ago
vendor
4 years ago
LICENSE
5 years ago
README.md
5 years ago
composer.json
4 years ago
composer.lock
4 years ago
globalpayments-gateway-provider-for-woocommerce.php
4 years ago
readme.txt
4 years ago
readme.txt
103 lines
| 1 | === GlobalPayments WooCommerce === |
| 2 | Contributors: globalpayments |
| 3 | Tags: woocommerce, woo, unified, commerce, platform, global, payments, ucp, heartland, payment, systems, tsys, genius, 3DS, gateway, token, tokenize, save cards |
| 4 | Requires at least: 5.4 |
| 5 | Tested up to: 5.8 |
| 6 | Stable tag: 1.1.4 |
| 7 | License: MIT |
| 8 | License URI: https://github.com/globalpayments/globalpayments-woocommerce/blob/main/LICENSE |
| 9 | |
| 10 | == Description == |
| 11 | This extension allows WooCommerce to use the available Global Payments payment gateways. All card data is tokenized using the respective gateway's tokenization service. |
| 12 | |
| 13 | = Features = |
| 14 | - Heartland Portico gateway |
| 15 | - TSYS Genius gateway |
| 16 | - TSYS TransIT gateway with TSEP |
| 17 | - Unified Commerce Platform (UCP) |
| 18 | - Credit Cards |
| 19 | - Integrates with Woocommerce |
| 20 | - Sale transactions (automatic capture or separate capture action later) |
| 21 | - Refund transactions from a previous Sale |
| 22 | - Stored payment methods |
| 23 | - 3D Secure 2 & SCA |
| 24 | - 3D Secure 1 |
| 25 | |
| 26 | = Support = |
| 27 | For more information or questions, please email <a href="mailto:developers@globalpay.com">developers@globalpay.com </a>. |
| 28 | |
| 29 | = Developer Docs = |
| 30 | Discover our developer portal powered by Heartland, a Global Payments Company (https://developer.heartlandpaymentsystems.com/) or our portal for companies located outside the US (https://developer.globalpay.com/). |
| 31 | |
| 32 | == Installation == |
| 33 | After you have installed and configured the main WooCommerce plugin use the following steps to install the GlobalPayments WooCommerce: |
| 34 | 1. In your WordPress admin, go to Plugins > Add New and search for "GlobalPayments WooCommerce" |
| 35 | 2. Click Install, once installed click Activate |
| 36 | 3. Configure and Enable gateways in WooCommerce by adding your public and secret Api Keys |
| 37 | |
| 38 | == UCP Sandbox credentials == |
| 39 | Access to our Unified Commerce Platform (UCP) requires sandbox credentials which you can retrieve yourself via our <a href="https://developer.globalpay.com/" target="_blank">Developer Portal</a>: |
| 40 | |
| 41 | 1. First go to the Developer Portal and make sure the green GP-API button is selected in the top right corner. |
| 42 | 2. Click on the icon in the top right and click Register. |
| 43 | 3. Once registered, click on the same icon in top right corner and click MyApps. Here we are going to create an app which is a set of GP API credentials used to access the API and generate access tokens. |
| 44 | 4. Click ‘Create |
| 45 | |
| 46 | == Changelog == |
| 47 | |
| 48 | = 1.1.4 = |
| 49 | * Add dependency for WC checkout frontend scripts. |
| 50 | |
| 51 | = 1.1.3 = |
| 52 | * Added composer |
| 53 | * Bug fix - globalpayments_gpapi-checkout_validated displayed although it should be hidden |
| 54 | |
| 55 | = 1.1.2 = |
| 56 | * UCP Bug fix - admin sandbox credentials error when live mode enabled |
| 57 | * UCP Bug fix - 3DS InitiateAuthentication order.shipping_address.state |
| 58 | * TransIT Bug fix - Generate transaction key when credentials updated |
| 59 | * UCP, Heartland, TransIT - Add logging |
| 60 | * Bug fix - 'Place order' button appears twice on checkout flow |
| 61 | * Update PHP-SDK to v2.3.12 |
| 62 | |
| 63 | = 1.1.1 = |
| 64 | * Added gateway credentials toggle for live/sandbox in admin gateway configuration |
| 65 | * Added UCP dynamic headers for platform and extension |
| 66 | * Update PHP-SDK to v2.3.9 |
| 67 | |
| 68 | = 1.1.0 = |
| 69 | * Renamed GP-API to Unified Commerce Platform (UCP) |
| 70 | * Added checkout environment indicator for test/sandbox |
| 71 | * Update PHP-SDK to v2.3.7 |
| 72 | * Update UCP 3DS |
| 73 | |
| 74 | = 1.0.3 = |
| 75 | * Added AVS/CVV result based reversal conditions in admin and store. |
| 76 | |
| 77 | = 1.0.2 = |
| 78 | * Update PHP-SDK to v2.3.6 |
| 79 | * Fix GP-API 3DS Challenge for Live Mode |
| 80 | * Fix GP-API Capture for Live Mode |
| 81 | |
| 82 | = 1.0.1 = |
| 83 | * Fix TransIT credential handling |
| 84 | |
| 85 | = 1.0.0 = |
| 86 | * Add GP-API instructions for sandbox credentials |
| 87 | * Handle new errors for card expiry_year |
| 88 | * Move Heartland hooks to gateway class |
| 89 | * Card saving admin note |
| 90 | * Validate refund amount |
| 91 | * Add missing invalid card icons |
| 92 | |
| 93 | = 1.0.0-b.2 = |
| 94 | * Fix toggleSubmitButton |
| 95 | * Fix 3DS events |
| 96 | * Remove Verify payment action |
| 97 | * Add filters for hosted fields styling |
| 98 | * Internet Explorer compatibility |
| 99 | * Update PHP-SDK version to 2.2.14 |
| 100 | |
| 101 | = 1.0.0-b.1 = |
| 102 | * Initial release. |
| 103 |