Sha256: 319692e1ac520b883661850df945ed7e6bdd456e8eb1b0efa991803a48ff6a5f

Contents?: true

Size: 289 Bytes

Versions: 32

Compression:

Stored size: 289 Bytes

Contents

module Spree
  class Gateway::PayJunction < Gateway
    preference :login, :string
    preference :password, :string

    def provider_class
      ActiveMerchant::Billing::PayJunctionGateway
    end

    def options
      super().merge(:test => self.preferred_test_mode)
    end
  end
end

Version data entries

32 entries across 32 versions & 3 rubygems

Version Path
spree_gateway-3.6.1 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.6.0 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.4.1 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.4.0 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.3.3 app/models/spree/gateway/pay_junction.rb
solidus_gateway-1.3.0 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.3.2 app/models/spree/gateway/pay_junction.rb
solidus_gateway-1.2.0 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.3.0 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.3.0.rc2 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.3.0.rc1 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.2.0 app/models/spree/gateway/pay_junction.rb