Sha256: 38c4583c121b1f4bdeab72fab001d35e2f58d4b69a3a6715b8f2c890ea96d456
Contents?: true
Size: 583 Bytes
Versions: 29
Compression:
Stored size: 583 Bytes
Contents
# The SDK initialization enters here. Loads all needed libraries and files. Inspects # the current runtime to see if Rails is present. If it is, we inject our helper into # ActiveSupport. # coverall # require 'coveralls' # Coveralls.wear! # TODO: Add local data validation where possible $LOAD_PATH.unshift File.dirname(__FILE__) require "PaymentTransactions/create-an-accept-payment-transaction.rb" require "PaymentTransactions/get-an-accept-payment-page.rb" require "CustomerProfiles/get-customer-profile.rb" require "CustomerProfiles/get-accept-customer-profile-page.rb"
Version data entries
29 entries across 29 versions & 1 rubygems