Method: ActiveMerchant::Billing::ForteGateway#initialize
- Defined in:
- lib/active_merchant/billing/gateways/forte.rb
#initialize(options = {}) ⇒ ForteGateway
Returns a new instance of ForteGateway.
18 19 20 21 |
# File 'lib/active_merchant/billing/gateways/forte.rb', line 18 def initialize( = {}) requires!(, :api_key, :secret, :location_id, :account_id) super end |