Sha256: c21dbc5d6aad23f9b424acc8ceb06cf9493b3bd877df6a648faf6f039d6280d2
Contents?: true
Size: 265 Bytes
Versions: 47
Compression:
Stored size: 265 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
47 entries across 46 versions & 4 rubygems