Class: ActiveMerchant::Billing::PayflowUkGateway

Inherits:
PayflowGateway show all
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::CURRENCIES_WITHOUT_FRACTIONS, Gateway::DEBIT_CARDS

Instance Attribute Summary

Attributes inherited from Gateway

#options

Instance Method Summary collapse

Methods inherited from PayflowGateway

#authorize, #cancel_recurring, #credit, #purchase, #recurring, #recurring_inquiry, #refund

Methods included from PayflowCommonAPI

#capture, included, #initialize, #void

Methods inherited from Gateway

#card_brand, card_brand, inherited, #initialize, supports?, #test?

Methods included from CreditCardFormatting

#format

Instance Method Details

#expressObject



10
11
12
# File 'lib/active_merchant/billing/gateways/payflow_uk.rb', line 10

def express
  @express ||= PayflowExpressUkGateway.new(@options)
end