Module: Cardgate

Defined in:
lib/cardgate/refund.rb,
lib/cardgate/gateway.rb,
lib/cardgate/payment.rb,
lib/cardgate/version.rb,
lib/cardgate/callback.rb,
lib/cardgate/response.rb,
lib/cardgate/constants.rb,
lib/cardgate/exception.rb,
lib/cardgate/transaction.rb,
lib/cardgate/ideal/issuer.rb,
lib/cardgate/ideal/refund.rb,
lib/cardgate/transactions.rb,
lib/cardgate/ideal/issuers.rb,
lib/cardgate/ideal/payment.rb,
lib/cardgate/creditcard/refund.rb

Defined Under Namespace

Modules: Creditcard, Ideal Classes: Callback, Exception, Gateway, Payment, Refund, Response, Transaction, Transactions

Constant Summary collapse

VERSION =
"0.0.1"
TEST_URL =
'https://api-test.cardgate.com'
LIVE_URL =
'https://api.cardgate.com'