Learn about the Forte Payments REST API at http://www.forte.net/devdocs/api_resources/forte_api_v2.htm
Add this line to your application's Gemfile:
# in your Gemfile
gem 'forte-payments'
# then...
bundle install
client = FortePayments::Client.new(
api_key: api_key,
secure_key: secure_key,
account_id: account_id,
location_id: location_id
)
Set the FORTE_LIVE
environment variable to 1
View the changelog This gem follows Semantic Versioning
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 (c) 2015 Taylor Brooks. See LICENSE for details.