activemerchant/active_merchant

View on GitHub
lib/active_merchant/billing/gateways/transnational.rb

Summary

Maintainability
A
0 mins
Test Coverage
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