Sha256: 5acc6347fdd0f315d235e8772ce8d2ab4eae244e2ac63d71098bf3d0ee287619

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

module Spree
  class Gateway::PayPalGateway < Gateway
    preference :login, :string
    preference :password, :string
    preference :signature, :string
    preference :currency_code, :string
    
    attr_accessible :preferred_login, :preferred_password, :preferred_signature, :preferred_currency_code

    def provider_class
      ActiveMerchant::Billing::PaypalGateway
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_gateway-2.0.1 app/models/spree/gateway/pay_pal_gateway.rb