This extension allows Drupal Commerce 7.x to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's SecureSubmit product.
-
Download the module
-
Download Libraries module from http://drupal.org/project/libraries
-
Enable Commerce SecureSubmit and Libraries modules as usual: /admin/modules
-
Download the latest SecureSubmit SDK from https://github.com/SecureSubmit/heartland-php and extract it to sites/all/libraries/hps
- 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