AgmsRuby Library

The AGMS Ruby library provides integration to the Avant-Garde Gateway.

Installation

Add this line to your application's Gemfile:

gem 'agms'

And then execute:

$ bundle

Or install it yourself as:

$ gem install agms

Usage

Take a look at example code in the example folder

Release Notes

Support for Invoicing and Recurring are not yet completed.

Documentation

Examples can be found as part of this package in example /hpp.rb, example/invoicing.rb, example/recurring.rb, example_report.py, example/safe.rb, example/transaction.rb.

License

See the LICENSE file.

Contributing

  1. Fork it ( https://github.com/agms_code/agms_ruby/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