Class: Gateway::PayJunction

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

Instance Method Summary collapse

Instance Method Details

#optionsObject



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

def options
  super().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