Sha256: 2072c4e042178f2b47ecc20a66074b9e667cbc48bf1b88aeffc39c23c4e4d63b

Contents?: true

Size: 202 Bytes

Versions: 5

Compression:

Stored size: 202 Bytes

Contents

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    class PayflowExpressUkGateway < PayflowExpressGateway
      self.default_currency = 'GBP'
      self.partner = 'PayPalUk'
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activemerchant-1.0.3 lib/active_merchant/billing/gateways/payflow_express_uk.rb
activemerchant-1.0.2 lib/active_merchant/billing/gateways/payflow_express_uk.rb
activemerchant-1.0.1 lib/active_merchant/billing/gateways/payflow_express_uk.rb
activemerchant-1.1.0 lib/active_merchant/billing/gateways/payflow_express_uk.rb
activemerchant-1.0.0 lib/active_merchant/billing/gateways/payflow_express_uk.rb