Class: ActiveMerchant::Billing::BluePayGateway
- Inherits:
-
AuthorizeNetGateway
- Object
- Gateway
- AuthorizeNetGateway
- ActiveMerchant::Billing::BluePayGateway
- Defined in:
- lib/active_merchant/billing/gateways/blue_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
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, #update_recurring, #void
Methods inherited from Gateway
#card_brand, card_brand, inherited, #initialize, supports?, #test?
Methods included from Utils
#deprecated, generate_unique_id
Methods included from CreditCardFormatting
Methods included from RequiresParameters
Methods included from PostsData
included, #raw_ssl_request, #ssl_get, #ssl_post, #ssl_request
Constructor Details
This class inherits a constructor from ActiveMerchant::Billing::AuthorizeNetGateway