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

Version Path
activemerchant-1.46.0 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.45.0 lib/active_merchant/billing/gateways/transnational.rb
aktivemerchant-2.0.0 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.44.1 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.44.0 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.43.3 lib/active_merchant/billing/gateways/transnational.rb
activemerchant-1.43.1 lib/active_merchant/billing/gateways/transnational.rb