CardconnectSdk wraps the CardConnect JSON API in a ruby wrapper See: http://www.cardconnect.com/developer/docs/
Add this line to your application's Gemfile:
gem 'cardconnect_sdk'And then execute:
$ bundle
Or install it yourself as:
$ gem install cardconnect_sdk
TODO: Write usage instructions here
- Get the Refund method to work with a transaction that's settled
- Implement Authorization#userfields (if necessary)
- Improve Specs for Responses
- Fork it ( https://github.com/[my-github-username]/cardconnect_sdk/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request