Sha256: 8343566652cccbf26ab82b3f9c02803446f5cfb424159b7c682feb1207aa3169

Contents?: true

Size: 264 Bytes

Versions: 63

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

63 entries across 63 versions & 5 rubygems

Version Path
activemerchant-1.88.0 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.87.0 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.86.0 lib/active_merchant/billing/gateways/transnational.rb