This extension allows PrestaShop to use the available Global Payments payment gateways. All card data is tokenized using the respective gateway's tokenization service.
This module installs as a standard PrestaShop module.
Download the contents and extract to your PrestaShop modules folder.
Go to <prestashop_location>/modules/globalpayments and run:
- composer install
- composer dump-autoload
Activate.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request