global-payments-woocommerce
Last commit date
assets
2 years ago
includes
3 years ago
src
2 years ago
vendor
2 years ago
.gitignore
3 years ago
LICENSE
3 years ago
README.md
3 years ago
composer.json
2 years ago
composer.lock
2 years ago
globalpayments-gateway-provider-for-woocommerce.php
2 years ago
metadata.xml
2 years ago
readme.txt
2 years ago
readme.txt
184 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: 5.4 |
| 5 | Tested up to: 6.2.2 |
| 6 | Stable tag: 1.9.2 |
| 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 | - Payments over the phone |
| 27 | |
| 28 | = Support = |
| 29 | For more information or questions, please email <a href="mailto:developers@globalpay.com">developers@globalpay.com </a>. |
| 30 | |
| 31 | = Developer Docs = |
| 32 | 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/). |
| 33 | |
| 34 | == Installation == |
| 35 | After you have installed and configured the main WooCommerce plugin use the following steps to install the GlobalPayments WooCommerce: |
| 36 | 1. In your WordPress admin, go to Plugins > Add New and search for "GlobalPayments WooCommerce" |
| 37 | 2. Click Install, once installed click Activate |
| 38 | 3. Configure and Enable gateways in WooCommerce by adding your public and secret Api Keys |
| 39 | |
| 40 | == Unified Payments Sandbox credentials == |
| 41 | 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>: |
| 42 | |
| 43 | 1. First go to the Developer Portal. |
| 44 | 2. Click on the person icon in the top-right corner and select Log In or Register. |
| 45 | 3. Once registered, click on the person icon again and select Unified Payments Apps. |
| 46 | 4. Click ‘Create a New App’. An app is a set of credentials used to access the API and generate access tokens. |
| 47 | |
| 48 | == Changelog == |
| 49 | = 1.9.2 = |
| 50 | * Replaced OrderId function with OrderNumber function |
| 51 | |
| 52 | = 1.9.1 = |
| 53 | * Added the Card Holder Name in the Google Pay and Apple Pay requests |
| 54 | |
| 55 | = 1.9.0 = |
| 56 | * Unified Payments - Added Credential Check button |
| 57 | * Fixed a bug where the Card Number iframe would not be 100% expanded on Mozilla Firefox |
| 58 | |
| 59 | = 1.8.0 = |
| 60 | * Unified Payments - Added Click To Pay |
| 61 | |
| 62 | = 1.7.0 = |
| 63 | * Added GPI Transactions support |
| 64 | |
| 65 | = 1.6.0 = |
| 66 | * Unified Payments - Added Buy Now Pay Later (BNPL) - Affirm, Clearpay, Klarna |
| 67 | |
| 68 | = 1.5.6 = |
| 69 | * Unified Payments - fixed a bug where certain browser extensions would stop the 3DS Challenge process |
| 70 | |
| 71 | = 1.5.5 = |
| 72 | * Update to v6.1.5 of GP PHP SDK |
| 73 | * Genius MerchantWare bug fix - fixes service URL problem |
| 74 | |
| 75 | = 1.5.4 = |
| 76 | * Unified Payments bug fix - `Pay for Order` 3DS |
| 77 | |
| 78 | = 1.5.3 = |
| 79 | * Added GPI Transactions : Transaction API - added support for credit, ach & reporting transactions |
| 80 | |
| 81 | = 1.5.2 = |
| 82 | * Unified Payments improvement - 3ds notification endpoints work with defer mode |
| 83 | * Unified Payments improvement - `Pay for Order` button improved selector |
| 84 | * Hosted fields bug fix - checkout loading |
| 85 | |
| 86 | = 1.5.1 = |
| 87 | * Unified Payments - Added transaction descriptor |
| 88 | * Unified Payments settings - Increased `Merchant contact url` length |
| 89 | * Unified Payments bug fix - Added `Pay for Order` 3DS |
| 90 | * Unified Payments bug fix - `Pay for Order` amount |
| 91 | |
| 92 | = 1.5.0 = |
| 93 | * Unified Payments - remove 3DS1 |
| 94 | |
| 95 | = 1.4.2 = |
| 96 | * Update PHP-SDK to v6.0.0 |
| 97 | |
| 98 | = 1.4.1 = |
| 99 | * Bug fix - fixed for payment failed issue (transIt) |
| 100 | |
| 101 | = 1.4.0 = |
| 102 | * Unified Payments - added Card Holder Name for Hosted Fields |
| 103 | * Add Merchant Name option for the Google Pay gateway |
| 104 | |
| 105 | = 1.3.0 = |
| 106 | * Unified Payments - Added Admin Pay for Order (process payments over the phone) |
| 107 | * Added Admin option for Apple Pay button color |
| 108 | * Bug fix - Refund issue when create_refund is called programmatically |
| 109 | * Bug fix - Digital Wallets pay buttons on `Pay for Order` |
| 110 | * Update PHP-SDK to v4.0.4 |
| 111 | |
| 112 | = 1.2.2 = |
| 113 | * Bug fix - 3DS/Digital Wallets amount not updated when a customer added/removed a coupon |
| 114 | |
| 115 | = 1.2.1 = |
| 116 | * Renamed Unified Commerce Platform (UCP) to Unified Payments |
| 117 | * Bug fix - Live mode toggle in Digital Wallets javascript |
| 118 | * Update PHP-SDK to v3.0.5 |
| 119 | |
| 120 | = 1.2.0 = |
| 121 | * Added Digital Wallets - Google Pay |
| 122 | * Added Digital Wallets - Apple Pay |
| 123 | |
| 124 | = 1.1.6 = |
| 125 | * Split-tender - added functionality |
| 126 | |
| 127 | = 1.1.5 = |
| 128 | * Bug fix - Heartland gift card error |
| 129 | |
| 130 | = 1.1.4 = |
| 131 | * Add dependency for WC checkout frontend scripts. |
| 132 | |
| 133 | = 1.1.3 = |
| 134 | * Added composer |
| 135 | * Bug fix - globalpayments_gpapi-checkout_validated displayed although it should be hidden |
| 136 | |
| 137 | = 1.1.2 = |
| 138 | * UCP Bug fix - admin sandbox credentials error when live mode enabled |
| 139 | * UCP Bug fix - 3DS InitiateAuthentication order.shipping_address.state |
| 140 | * TransIT Bug fix - Generate transaction key when credentials updated |
| 141 | * UCP, Heartland, TransIT - Add logging |
| 142 | * Bug fix - 'Place order' button appears twice on checkout flow |
| 143 | * Update PHP-SDK to v2.3.12 |
| 144 | |
| 145 | = 1.1.1 = |
| 146 | * Added gateway credentials toggle for live/sandbox in admin gateway configuration |
| 147 | * Added UCP dynamic headers for platform and extension |
| 148 | * Update PHP-SDK to v2.3.9 |
| 149 | |
| 150 | = 1.1.0 = |
| 151 | * Renamed GP-API to Unified Commerce Platform (UCP) |
| 152 | * Added checkout environment indicator for test/sandbox |
| 153 | * Update PHP-SDK to v2.3.7 |
| 154 | * Update UCP 3DS |
| 155 | |
| 156 | = 1.0.3 = |
| 157 | * Added AVS/CVV result based reversal conditions in admin and store. |
| 158 | |
| 159 | = 1.0.2 = |
| 160 | * Update PHP-SDK to v2.3.6 |
| 161 | * Fix GP-API 3DS Challenge for Live Mode |
| 162 | * Fix GP-API Capture for Live Mode |
| 163 | |
| 164 | = 1.0.1 = |
| 165 | * Fix TransIT credential handling |
| 166 | |
| 167 | = 1.0.0 = |
| 168 | * Add GP-API instructions for sandbox credentials |
| 169 | * Handle new errors for card expiry_year |
| 170 | * Move Heartland hooks to gateway class |
| 171 | * Card saving admin note |
| 172 | * Validate refund amount |
| 173 | * Add missing invalid card icons |
| 174 | |
| 175 | = 1.0.0-b.2 = |
| 176 | * Fix toggleSubmitButton |
| 177 | * Fix 3DS events |
| 178 | * Remove Verify payment action |
| 179 | * Add filters for hosted fields styling |
| 180 | * Internet Explorer compatibility |
| 181 | * Update PHP-SDK version to 2.2.14 |
| 182 | |
| 183 | = 1.0.0-b.1 = |
| 184 | * Initial release. |