Method: ActiveMerchant::Billing::ReachGateway#initialize

Defined in:
lib/active_merchant/billing/gateways/reach.rb

#initialize(options = {}) ⇒ ReachGateway

Returns a new instance of ReachGateway.



40
41
42
43
# File 'lib/active_merchant/billing/gateways/reach.rb', line 40

def initialize(options = {})
  requires!(options, :merchant_id, :secret)
  super
end