global-payments-woocommerce
Last commit date
assets
4 years ago
src
4 years ago
vendor
4 years ago
LICENSE
4 years ago
README.md
4 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.md
20 lines
| 1 | # GlobalPayments WooCommerce |
| 2 | |
| 3 | This extension allows WooCommerce to use the available Global Payments payment gateways. All card data is tokenized using the respective gateway's tokenization service. |
| 4 | |
| 5 | ## Installation |
| 6 | |
| 7 | This module installs as a standard WordPress module. |
| 8 | |
| 9 | ## Usage |
| 10 | |
| 11 | Download the contents and extract to your WordPress plugin folder. Activate. |
| 12 | |
| 13 | ## Contributing |
| 14 | |
| 15 | 1. Fork it |
| 16 | 2. Create your feature branch (`git checkout -b my-new-feature`) |
| 17 | 3. Commit your changes (`git commit -am 'Add some feature'`) |
| 18 | 4. Push to the branch (`git push origin my-new-feature`) |
| 19 | 5. Create new Pull Request |
| 20 |