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.11.0 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.10.0 app/models/spree/gateway/pay_junction.rb
archetype_spree_gateway-3.9.5.1 app/models/spree/gateway/pay_junction.rb
archetype_spree_gateway-3.9.5 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.9.4 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.9.3 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.9.2 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.9.0 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.8.0 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.7.5 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.7.4 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.7.3 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.7.2 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.7.1 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.7.0 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.6.7 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.3.7 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.6.5 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.6.4 app/models/spree/gateway/pay_junction.rb
spree_gateway-3.3.5 app/models/spree/gateway/pay_junction.rb