Sha256: 658972ca0524bd9b2bc6fedbe145ed1def5f4ecd989f4c86778464ae9a63f108

Contents?: true

Size: 265 Bytes

Versions: 6

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

6 entries across 6 versions & 1 rubygems

Version Path
activemerchant-1.85.0 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.84.0 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.83.0 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.82.0 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.81.0 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.80.0 lib/active_merchant/billing/gateways/transnational.rb