Skip to content

OptimalPayments/Ruby_SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages