Method: GatewaySupport#initialize

Defined in:
lib/support/gateway_support.rb

#initializeGatewaySupport

Returns a new instance of GatewaySupport.



13
14
15
16
# File 'lib/support/gateway_support.rb', line 13

def initialize
  @gateways = Gateway.implementations.sort_by(&:name)
  @gateways.delete(ActiveMerchant::Billing::BogusGateway)
end