Skip to content

9to5/cardgate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cardgate

This gem is a client for the Cardgate REST API.

Installation

Add this line to your application's Gemfile:

gem 'cardgate'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cardgate

Usage

To configure this gem on rails, add the following initializer.

unless Rails.env.production?
  Cardgate::Gateway.environment = :test
end

Cardgate::Gateway.merchant = ''
Cardgate::Gateway.api_key = ''

Contributing

  1. Fork it ( http://github.com/yourivdlans/cardgate/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 new Pull Request

About

Rails client for the Card Gate REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%