Sha256: 8343566652cccbf26ab82b3f9c02803446f5cfb424159b7c682feb1207aa3169
Contents?: true
Size: 264 Bytes
Versions: 54
Compression:
Stored size: 264 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: class TransnationalGateway < NetworkMerchantsGateway self.homepage_url = 'http://www.tnbci.com/' self.display_name = 'Transnational' self.supported_countries = ['US'] end end end
Version data entries
54 entries across 54 versions & 4 rubygems