SagepayProtocol3

Build Status

Encryption in Ruby to interface with SagePay's payment gateway protocol v3.

Compatibility

  • Supports multiple Ruby versions: Ruby 1.9.3, 2.0.0, 2.1.3 (see Travis build status).

Installation

Add this line to your application's Gemfile:

gem 'sagepay_protocol3'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sagepay_protocol3

API Summary

Contributing

  1. Fork it
  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 new Pull Request

License

This project rocks and uses MIT-LICENSE.