Sha256: 9343592f6a4bd35ff10c4889dbb5a5aa173c57235f090c7ed5ca6d17ef7623cd
Contents?: true
Size: 477 Bytes
Versions: 56
Compression:
Stored size: 477 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: class NmiGateway < AuthorizeNetGateway self.test_url = 'https://secure.networkmerchants.com/gateway/transact.dll' self.live_url = 'https://secure.networkmerchants.com/gateway/transact.dll' self.homepage_url = 'http://nmi.com/' self.display_name = 'NMI' self.supported_countries = ['US'] self.supported_cardtypes = [:visa, :master, :american_express, :discover] end end end
Version data entries
56 entries across 56 versions & 10 rubygems