Sha256: 53566182e245b623ee584e2e29a4bdb9ff44db55833a62e5b27559cb130ddb0f
Contents?: true
Size: 280 Bytes
Versions: 42
Compression:
Stored size: 280 Bytes
Contents
module Spree class Gateway::PayPalGateway < Gateway preference :login, :string preference :password, :string preference :signature, :string preference :currency_code, :string def provider_class ActiveMerchant::Billing::PaypalGateway end end end
Version data entries
42 entries across 42 versions & 3 rubygems