This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------------------ | |
# GoToBilling Ruby on Rails Plugin v1.0 | |
# Compatible with version 3.0.2 of the GoToBilling Gateway | |
#------------------------------------------------------------ | |
require 'net/http' | |
require 'net/https' | |
require 'cgi' | |
module GoToBillingLibrary |
OlderNewer