The AGMS Ruby library provides integration to the AGMS Gateway.
Add this line to your application's Gemfile:
gem 'agms'
And then execute:
$ bundle
Or install it yourself as:
$ gem install agms
Examples on how the AGMS Ruby library can be used are found as part of this package in: examples/
- hpp.rb
- invoicing.rb
- recurring.rb
- report.py
- safe.rb
- transaction.rb.
Support for Invoicing and Recurring are not yet completed and are still under development.
See the LICENSE file.
Test cases can be run with: bundle exec rake test
- Fork it ( https://github.com/agmscode/agms_ruby/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