Skip to content

agmscode/agms_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgmsRuby Library Build Status

The AGMS Ruby library provides integration to the AGMS 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

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.

Release Notes

Support for Invoicing and Recurring are not yet completed and are still under development.

Documentation

License

See the LICENSE file.

Development

Test cases can be run with: bundle exec rake test

Contributing

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

Releases

No releases published

Packages

No packages published