Skip to content

taylorbrooks/forte-payments-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Copyright

Copyright (c) 2015 Taylor Brooks. See LICENSE for details.

Releases

No releases published

Packages

No packages published

Languages