global-payments-woocommerce
Last commit date
assets
1 year ago
includes
2 years ago
languages
2 years ago
resources
1 year ago
src
1 year ago
vendor
2 years ago
LICENSE
2 years ago
README.md
2 years ago
composer.json
1 year ago
composer.lock
2 years ago
globalpayments-gateway-provider-for-woocommerce.php
1 year ago
metadata.xml
1 year ago
package-lock.json
1 year ago
package.json
1 year ago
readme.txt
1 year ago
webpack.config.js
1 year ago
readme.txt
229 lines
| 1 | === GlobalPayments WooCommerce === |
| 2 | Contributors: globalpayments |
| 3 | Tags: woocommerce, woo, unified, commerce, platform, global, payments, heartland, payment, systems, tsys, genius, 3DS, gateway, token, tokenize, save cards |
| 4 | Requires at least: 6.0 |
| 5 | Tested up to: 6.5 |
| 6 | Stable tag: 1.11.0 |
| 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 Payments |
| 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 | - Digital Wallets - Google Pay |
| 25 | - Digital Wallets - Apple Pay |
| 26 | - Digital Wallets - Click To Pay |
| 27 | - Payments over the phone |
| 28 | - Buy Now Pay Later - Affirm |
| 29 | - Buy Now Pay Later - Clearpay |
| 30 | - Buy Now Pay Later - Klarna |
| 31 | - Bank Payment |
| 32 | - PayPal |
| 33 | |
| 34 | = Support = |
| 35 | For more information or questions, please email <a href="mailto:developers@globalpay.com">developers@globalpay.com </a>. |
| 36 | |
| 37 | = Developer Docs = |
| 38 | 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/). |
| 39 | |
| 40 | == Installation == |
| 41 | After you have installed and configured the main WooCommerce plugin use the following steps to install the GlobalPayments WooCommerce: |
| 42 | 1. In your WordPress admin, go to Plugins > Add New and search for "GlobalPayments WooCommerce" |
| 43 | 2. Click Install, once installed click Activate |
| 44 | 3. Configure and Enable gateways in WooCommerce by adding your public and secret Api Keys |
| 45 | |
| 46 | == Unified Payments Sandbox credentials == |
| 47 | Access to our Unified Payments requires sandbox credentials which you can retrieve yourself via our <a href="https://developer.globalpay.com/" target="_blank">Developer Portal</a>: |
| 48 | |
| 49 | 1. First go to the Developer Portal. |
| 50 | 2. Click on the person icon in the top-right corner and select Log In or Register. |
| 51 | 3. Once registered, click on the person icon again and select Unified Payments Apps. |
| 52 | 4. Click ‘Create a New App’. An app is a set of credentials used to access the API and generate access tokens. |
| 53 | |
| 54 | == Changelog == |
| 55 | = 1.11.0 (07/16/24) = |
| 56 | * Block checkout compatibility for Unified Payments |
| 57 | |
| 58 | = 1.10.7 (04/10/24) = |
| 59 | * Added Google Pay and Apple Pay compatible with the Heartland Portico gateway |
| 60 | * Added French Translation |
| 61 | |
| 62 | = 1.10.6 (03/28/24) = |
| 63 | * Updated Hosted Fields JS Library version to 3.0.11 |
| 64 | |
| 65 | = 1.10.5 (03/19/24) = |
| 66 | * Fixed a bug where the TransIT gateway would not reverse the transaction if the AVS/CVN checks failed |
| 67 | |
| 68 | = 1.10.4 (03/13/24) = |
| 69 | * Paypal |
| 70 | |
| 71 | = 1.10.3 (02/20/24) = |
| 72 | * Open Banking |
| 73 | |
| 74 | = 1.10.2 (01/10/24) = |
| 75 | * Bug Fix - Provider missing on initiated message for open banking |
| 76 | |
| 77 | = 1.10.1 (12/05/23) = |
| 78 | * Hotfix for the 1.10.0 release |
| 79 | |
| 80 | = 1.10.0 (12/05/23) = |
| 81 | * Open banking |
| 82 | |
| 83 | = 1.9.5 (11/09/23) = |
| 84 | * Unified payments - High-Performance Order Storage (HPOS) compatibility |
| 85 | |
| 86 | = 1.9.4 (10/10/23) = |
| 87 | * GooglePay - configurable Allowed Card Auth Methods |
| 88 | * Bug fix - Accepted cards field is not mandatory on Apple Pay config |
| 89 | |
| 90 | = 1.9.3 (09/19/23) = |
| 91 | * Added the option to enable/disable the 3DS flow |
| 92 | |
| 93 | = 1.9.2 (08/01/23) = |
| 94 | * Replaced OrderId function with OrderNumber function |
| 95 | |
| 96 | = 1.9.1 (07/20/23) = |
| 97 | * Added the Card Holder Name in the Google Pay and Apple Pay requests |
| 98 | |
| 99 | = 1.9.0 (07/06/23) = |
| 100 | * Unified Payments - Added Credential Check button |
| 101 | * Fixed a bug where the Card Number iframe would not be 100% expanded on Mozilla Firefox |
| 102 | |
| 103 | = 1.8.0 (05/16/23) = |
| 104 | * Unified Payments - Added Click To Pay |
| 105 | |
| 106 | = 1.7.0 (05/10/23) = |
| 107 | * Added GPI Transactions support |
| 108 | |
| 109 | = 1.6.0 (04/11/23) = |
| 110 | * Unified Payments - Added Buy Now Pay Later (BNPL) - Affirm, Clearpay, Klarna |
| 111 | |
| 112 | = 1.5.6 (03/30/23) = |
| 113 | * Unified Payments - fixed a bug where certain browser extensions would stop the 3DS Challenge process |
| 114 | |
| 115 | = 1.5.5 (03/01/23) = |
| 116 | * Update to v6.1.5 of GP PHP SDK |
| 117 | * Genius MerchantWare bug fix - fixes service URL problem |
| 118 | |
| 119 | = 1.5.4 (02/09/23) = |
| 120 | * Unified Payments bug fix - `Pay for Order` 3DS |
| 121 | |
| 122 | = 1.5.3 (02/02/23) = |
| 123 | * Added GPI Transactions : Transaction API - added support for credit, ach & reporting transactions |
| 124 | |
| 125 | = 1.5.2 (01/10/23) = |
| 126 | * Unified Payments improvement - 3ds notification endpoints work with defer mode |
| 127 | * Unified Payments improvement - `Pay for Order` button improved selector |
| 128 | * Hosted fields bug fix - checkout loading |
| 129 | |
| 130 | = 1.5.1 (11/17/22) = |
| 131 | * Unified Payments - Added transaction descriptor |
| 132 | * Unified Payments settings - Increased `Merchant contact url` length |
| 133 | * Unified Payments bug fix - Added `Pay for Order` 3DS |
| 134 | * Unified Payments bug fix - `Pay for Order` amount |
| 135 | |
| 136 | = 1.5.0 (10/26/22) = |
| 137 | * Unified Payments - remove 3DS1 |
| 138 | |
| 139 | = 1.4.2 (10/19/22) = |
| 140 | * Update PHP-SDK to v6.0.0 |
| 141 | |
| 142 | = 1.4.1 (08/24/22) = |
| 143 | * Bug fix - fixed for payment failed issue (transIt) |
| 144 | |
| 145 | = 1.4.0 (08/23/22) = |
| 146 | * Unified Payments - added Card Holder Name for Hosted Fields |
| 147 | * Add Merchant Name option for the Google Pay gateway |
| 148 | |
| 149 | = 1.3.0 (08/01/22) = |
| 150 | * Unified Payments - Added Admin Pay for Order (process payments over the phone) |
| 151 | * Added Admin option for Apple Pay button color |
| 152 | * Bug fix - Refund issue when create_refund is called programmatically |
| 153 | * Bug fix - Digital Wallets pay buttons on `Pay for Order` |
| 154 | * Update PHP-SDK to v4.0.4 |
| 155 | |
| 156 | = 1.2.2 (06/14/22) = |
| 157 | * Bug fix - 3DS/Digital Wallets amount not updated when a customer added/removed a coupon |
| 158 | |
| 159 | = 1.2.1 (05/05/22) = |
| 160 | * Renamed Unified Commerce Platform (UCP) to Unified Payments |
| 161 | * Bug fix - Live mode toggle in Digital Wallets javascript |
| 162 | * Update PHP-SDK to v3.0.5 |
| 163 | |
| 164 | = 1.2.0 (04/14/22) = |
| 165 | * Added Digital Wallets - Google Pay |
| 166 | * Added Digital Wallets - Apple Pay |
| 167 | |
| 168 | = 1.1.6 (03/03/22) = |
| 169 | * Split-tender - added functionality |
| 170 | |
| 171 | = 1.1.5 (02/22/22) = |
| 172 | * Bug fix - Heartland gift card error |
| 173 | |
| 174 | = 1.1.4 (02/15/22) = |
| 175 | * Add dependency for WC checkout frontend scripts. |
| 176 | |
| 177 | = 1.1.3 (12/07/21) = |
| 178 | * Added composer |
| 179 | * Bug fix - globalpayments_gpapi-checkout_validated displayed although it should be hidden |
| 180 | |
| 181 | = 1.1.2 (09/21/21) = |
| 182 | * UCP Bug fix - admin sandbox credentials error when live mode enabled |
| 183 | * UCP Bug fix - 3DS InitiateAuthentication order.shipping_address.state |
| 184 | * TransIT Bug fix - Generate transaction key when credentials updated |
| 185 | * UCP, Heartland, TransIT - Add logging |
| 186 | * Bug fix - 'Place order' button appears twice on checkout flow |
| 187 | * Update PHP-SDK to v2.3.12 |
| 188 | |
| 189 | = 1.1.1 (08/17/21) = |
| 190 | * Added gateway credentials toggle for live/sandbox in admin gateway configuration |
| 191 | * Added UCP dynamic headers for platform and extension |
| 192 | * Update PHP-SDK to v2.3.9 |
| 193 | |
| 194 | = 1.1.0 (07/29/21) = |
| 195 | * Renamed GP-API to Unified Commerce Platform (UCP) |
| 196 | * Added checkout environment indicator for test/sandbox |
| 197 | * Update PHP-SDK to v2.3.7 |
| 198 | * Update UCP 3DS |
| 199 | |
| 200 | = 1.0.3 (07/29/21) = |
| 201 | * Added AVS/CVV result based reversal conditions in admin and store. |
| 202 | |
| 203 | = 1.0.2 (07/13/21) = |
| 204 | * Update PHP-SDK to v2.3.6 |
| 205 | * Fix GP-API 3DS Challenge for Live Mode |
| 206 | * Fix GP-API Capture for Live Mode |
| 207 | |
| 208 | = 1.0.1 (06/24/21) = |
| 209 | * Fix TransIT credential handling |
| 210 | |
| 211 | = 1.0.0 (06/17/21) = |
| 212 | * Add GP-API instructions for sandbox credentials |
| 213 | * Handle new errors for card expiry_year |
| 214 | * Move Heartland hooks to gateway class |
| 215 | * Card saving admin note |
| 216 | * Validate refund amount |
| 217 | * Add missing invalid card icons |
| 218 | |
| 219 | = 1.0.0-b.2 (05/20/21) = |
| 220 | * Fix toggleSubmitButton |
| 221 | * Fix 3DS events |
| 222 | * Remove Verify payment action |
| 223 | * Add filters for hosted fields styling |
| 224 | * Internet Explorer compatibility |
| 225 | * Update PHP-SDK version to 2.2.14 |
| 226 | |
| 227 | = 1.0.0-b.1 (04/09/21) = |
| 228 | * Initial release. |
| 229 |