Class: ActiveMerchant::Billing::SecurePayGateway
- Inherits:
-
AuthorizeNetGateway
- Object
- Gateway
- AuthorizeNetGateway
- ActiveMerchant::Billing::SecurePayGateway
- Defined in:
- lib/active_merchant/billing/gateways/secure_pay.rb
Constant Summary
Constants inherited from AuthorizeNetGateway
AuthorizeNetGateway::API_VERSION, AuthorizeNetGateway::AUTHORIZE_NET_ARB_NAMESPACE, AuthorizeNetGateway::AVS_ERRORS, AuthorizeNetGateway::AVS_REASON_CODES, AuthorizeNetGateway::CARD_CODE_ERRORS, AuthorizeNetGateway::RECURRING_ACTIONS, AuthorizeNetGateway::TRANSACTION_ALREADY_ACTIONED
Constants inherited from Gateway
Gateway::CREDIT_DEPRECATION_MESSAGE, Gateway::CURRENCIES_WITHOUT_FRACTIONS, Gateway::DEBIT_CARDS
Instance Attribute Summary
Attributes inherited from Gateway
Method Summary
Methods inherited from AuthorizeNetGateway
#authorize, #cancel_recurring, #capture, #credit, #initialize, #purchase, #recurring, #refund, #status_recurring, #update_recurring, #void
Methods inherited from Gateway
#card_brand, card_brand, inherited, #initialize, #supported_countries, supported_countries, supported_countries=, supports?, #test?
Methods included from CreditCardFormatting
Constructor Details
This class inherits a constructor from ActiveMerchant::Billing::AuthorizeNetGateway