Class: Gateway::EwayRapid

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

Instance Method Summary collapse

Instance Method Details

#optionsObject



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

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

#provider_classObject



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

def provider_class
  ActiveMerchant::Billing::EwayRapidGateway
end