Class: ActiveMerchant::Billing::PayflowUkGateway
- Inherits:
-
PayflowGateway
- Object
- Gateway
- PayflowGateway
- ActiveMerchant::Billing::PayflowUkGateway
- Defined in:
- lib/active_merchant/billing/gateways/payflow_uk.rb
Constant Summary
Constants inherited from PayflowGateway
ActiveMerchant::Billing::PayflowGateway::RECURRING_ACTIONS
Constants included from PayflowCommonAPI
ActiveMerchant::Billing::PayflowCommonAPI::CARD_MAPPING, ActiveMerchant::Billing::PayflowCommonAPI::CVV_CODE, ActiveMerchant::Billing::PayflowCommonAPI::TRANSACTIONS, ActiveMerchant::Billing::PayflowCommonAPI::XMLNS
Constants inherited from Gateway
Gateway::CREDIT_DEPRECATION_MESSAGE, Gateway::RECURRING_DEPRECATION_MESSAGE, Gateway::STANDARD_ERROR_CODE
Instance Attribute Summary
Attributes inherited from Gateway
Instance Method Summary collapse
Methods inherited from PayflowGateway
#authorize, #cancel_recurring, #credit, #purchase, #recurring, #recurring_inquiry, #refund, #scrub, #store, #supports_scrubbing?, #verify, #verify_credentials
Methods included from PayflowCommonAPI
#capture, included, #initialize, #void
Methods inherited from Gateway
#add_field_to_post_if_present, #add_fields_to_post_if_present, #card_brand, card_brand, #generate_unique_id, inherited, #initialize, #scrub, #supported_countries, supported_countries, supported_countries=, supports?, #supports_network_tokenization?, #supports_scrubbing?, #test?
Methods included from CreditCardFormatting
Methods included from PostsData
included, #raw_ssl_request, #ssl_get, #ssl_post, #ssl_request
Instance Method Details
#express ⇒ Object
10 11 12 |
# File 'lib/active_merchant/billing/gateways/payflow_uk.rb', line 10 def express @express ||= PayflowExpressUkGateway.new(@options) end |