class ActiveMerchant::Billing::PayflowUkGateway

Public Instance Methods

express() click to toggle source
# File lib/active_merchant/billing/gateways/payflow_uk.rb, line 10
def express
  @express ||= PayflowExpressUkGateway.new(@options)
end