lib/active_merchant/billing/gateways/transnational.rb in activemerchant-1.43.0 vs lib/active_merchant/billing/gateways/transnational.rb in activemerchant-1.43.1
- old
+ new
@@ -1,9 +1,10 @@
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