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

Version Path
spree_gateway-3.11.0 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.10.0 app/models/spree/gateway/pay_pal_gateway.rb
archetype_spree_gateway-3.9.5.1 app/models/spree/gateway/pay_pal_gateway.rb
archetype_spree_gateway-3.9.5 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.9.4 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.9.3 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.9.2 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.9.0 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.8.0 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.7.5 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.7.4 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.7.3 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.7.2 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.7.1 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.7.0 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.6.7 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.3.7 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.6.5 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.6.4 app/models/spree/gateway/pay_pal_gateway.rb
spree_gateway-3.3.5 app/models/spree/gateway/pay_pal_gateway.rb