Class: Gateway::PayJunction

Inherits:
Gateway
  • Object
show all
Defined in:
app/models/spree/gateway/pay_junction.rb

Instance Method Summary collapse

Instance Method Details

#options_with_test_preferenceObject



10
11
12
# File 'app/models/spree/gateway/pay_junction.rb', line 10

def options_with_test_preference
  options_without_test_preference.merge(:test => self.preferred_test_mode)
end

#provider_classObject



6
7
8
# File 'app/models/spree/gateway/pay_junction.rb', line 6

def provider_class
  ActiveMerchant::Billing::PayJunctionGateway
end