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:
# in your Gemfile
gem 'forte-payments'
# then...
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:
- Report bugs
- Fix bugs and submit pull requests
- Write, clarify, or fix documentation
- Suggest or add new features
Copyright
Copyright (c) 2015 Taylor Brooks. See LICENSE for details.