A Ruby wrapper for the Forte Payments API
Learn about the Forte Payments REST API at https://www.forte.net/devdocs/api_resources/forte_api
Installation
Add this line to your application's Gemfile:
gem 'forte'
bundle install
Usage
client = FortePayments::Client.new(
api_key: api_key,
secure_key: secure_key,
account_id: account_id,
location_id: location_id
)
History
View the changelog
This gem follows Semantic Versioning
Contributing
Everyone is encouraged to help improve this project. Here are a few ways you can help:
Copyright
Copyright (c) 2015 Taylor Brooks. See LICENSE for details.