This extension allows Magento to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's single-use tokenization solution.
Example OpenMage LTS composer.json
:
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"aydin-hassan/magento-core-composer-installer": "*",
"openmage/magento-lts": "19.4.6",
"hps/hps_transit": "*"
},
"extra": {
"magento-core-package-type": "magento-source",
"magento-root-dir": "htdocs"
}
}
- 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