Sha256: 594aaa116e15e40a64435c29dcb2a2c6c1a3984febf917c32212038edf1f1ce2

Contents?: true

Size: 583 Bytes

Versions: 1

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 "CuatomerProfiles/get-customer-profile.rb"

require "CuatomerProfiles/get-accept-customer-profile-page.rb"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authorizenetsample-0.6 lib/authorize_netsample.rb