** This repository is no longer maintained. Please contact Heartland developer support with any questions **
This extension allows nopCommerce to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's SecureSubmit product.
There are two directories in our GitHub repo:
Nop.Plugin.Payments.SecureSubmit - Contains the full plugin source
Payments.SecureSubmit - Contains only the binaries and files necessary to run the plugin
Use the directory based on the installation method you would like to use:
####Project Addition Method
Copy the 'Nop.Plugin.Payments.SecureSubmit' directory into the Nop Plugin directory. Load the NOP solution, right click on the solution and select ADD > EXISTING PROJECT.. selecting the secure submit project file. Build the solution.
####Minimal Files Method
Drag and drop the 'Payments.SecureSubmit' directory from the repo to '\Presentation\Nop.Web\Plugins'.
- 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