Skip to content

Latest commit

 

History

History
executable file
·
36 lines (21 loc) · 674 Bytes

File metadata and controls

executable file
·
36 lines (21 loc) · 674 Bytes

Payeezy

Integrate the Payeezy API with this ruby gem

Payeezy ruby bindings

Payeezy ruby bindings

Installation

Add this line to your application's Gemfile:

gem 'payeezy'

And then execute:

$ bundle

Or install it yourself as:

$ gem install payeezy

Usage

Run the specs using 'bundle exec rake spec'

Test cases can be run with 'bundle exec rake test'

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 a new Pull Request

payeezy-ruby