Class: MerbMerchant::Billing::PayflowUkGateway
- Inherits:
-
PayflowGateway
- Object
- Gateway
- PayflowGateway
- MerbMerchant::Billing::PayflowUkGateway
- Defined in:
- lib/merb_merchant/billing/gateways/payflow_uk.rb
Constant Summary
Constants inherited from PayflowGateway
MerbMerchant::Billing::PayflowGateway::RECURRING_ACTIONS
Constants included from PayflowCommonAPI
MerbMerchant::Billing::PayflowCommonAPI::CARD_MAPPING, MerbMerchant::Billing::PayflowCommonAPI::CVV_CODE, MerbMerchant::Billing::PayflowCommonAPI::LIVE_URL, MerbMerchant::Billing::PayflowCommonAPI::TEST_URL, MerbMerchant::Billing::PayflowCommonAPI::TRANSACTIONS, MerbMerchant::Billing::PayflowCommonAPI::XMLNS
Constants inherited from Gateway
Constants included from PostsData
PostsData::MAX_RETRIES, PostsData::OPEN_TIMEOUT, PostsData::READ_TIMEOUT
Instance Attribute Summary
Attributes inherited from Gateway
Instance Method Summary collapse
Methods inherited from PayflowGateway
#authorize, #cancel_recurring, #credit, #purchase, #recurring, #recurring_inquiry
Methods included from PayflowCommonAPI
#capture, included, #initialize, #test?, #void
Methods inherited from Gateway
#card_brand, card_brand, inherited, #initialize, supports?, #test?
Methods included from Utils
Methods included from CreditCardFormatting
Methods included from RequiresParameters
Methods included from PostsData
Instance Method Details
#express ⇒ Object
10 11 12 |
# File 'lib/merb_merchant/billing/gateways/payflow_uk.rb', line 10 def express @express ||= PayflowExpressUkGateway.new(@options) end |