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( = {}) requires!(, :merchant_id, :secret) super end |