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