pmelnichuk / Ruby_SDK

Optimal Payments Ruby SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimal Payments Ruby SDK


Installation

Manual

To build and install the gem manually run the following commands from the root project folder:

gem build optimalpayments.gemspec
gem install optimalpayments

Windows

On Windows, you will be required set an environment variable named "SSL_CERT_FILE" that points to a valid CA certificate on your system in order to perform the https operations.

Usage

Running The Sample App

Update the following file with your account number, credentials and currency details:

/sample_rails_app/config/environments/development.rb

Run the following commands:

bundle install
rails server

Open your web browser and navigate to:

http://localhost:3000

About

Optimal Payments Ruby SDK

License:MIT License


Languages

Language:Ruby 82.8%Language:HTML 16.1%Language:CSS 0.4%Language:JavaScript 0.3%Language:CoffeeScript 0.3%