Skip to content

agmscode/agms_ruby

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

AGMS Ruby Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published