/ubercart-agms

Ubercart AGMS Gateway Integration

Primary LanguageNginxMIT LicenseMIT

Ubercart Agms Gateway Plugin

The Ubercart AGMS plugin provides Avant-Garde Gateway Payment in Ubercart.

Installation

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.

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

  1. Fork it ( https://github.com/agmscode/uc_agms/fork )
  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 a new Pull Request