Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Heartland Payment Systems plugin for nopCommerce using SecureSubmit for tokenization.

License

Notifications You must be signed in to change notification settings

hps/heartland-nopcommerce-plugin

Repository files navigation

** This repository is no longer maintained. Please contact Heartland developer support with any questions **

SecureSubmit nopCommerce Payment Gateway

This extension allows nopCommerce to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's SecureSubmit product.

Installation

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'.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request