lib/active_merchant/billing/gateways/transnational.rb in activemerchant-1.79.2 vs lib/active_merchant/billing/gateways/transnational.rb in activemerchant-1.80.0
- old
+ new
@@ -1,10 +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"]
+ self.supported_countries = ['US']
end
end
end