Skip to content

grenadinetech/paysafe_sdk_ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paysafe Ruby SDK


Installation

Manual

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

gem build paysafe.gemspec
gem install paysafe

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

Paysafe Ruby SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 81.6%
  • HTML 17.2%
  • Other 1.2%