The Ubercart AGMS plugin provides Avant-Garde Gateway Payment in Ubercart.
Download the uc_agms.zip and unzip it. Copy the uc_agms folder inside sites/default/modules folder of your ubercart install. Enable uc_agms in ubercart administrator panel.
In Payment Settings you will see an option for Agms Gateway
Support for Transaction Processing only.
See the LICENSE file.
The git repository is configured as Vagrant VM. Fireup with vagrant up
- Fork it ( https://github.com/agmscode/uc_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