Tomatocart Agms Gateway Plugin
The Tomatocart AGMS plugin provides Avant-Garde Gateway Payment in Tomatocart.
Installation
Download the repository and unzip it. Copy the files inside tomatocart folder to respective location inside tomatocart public_html. Enable toc_agms in tomatocart administrator panel.
Usage
In Payment Settings you will see an option for Agms Gateway
Release Notes
Support for Transaction Processing only.
Documentation
License
See the LICENSE file.
Development
The git repository is configured as Vagrant VM. Fireup with vagrant up
Contributing
- Fork it ( https://github.com/agmscode/tomatocart-agms/fork )
- 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 a new Pull Request