lib/active_merchant/billing/gateways/certo_direct.rb in activemerchant-1.21.0 vs lib/active_merchant/billing/gateways/certo_direct.rb in activemerchant-1.22.0
- old
+ new
@@ -5,10 +5,10 @@
self.gateway_url = "https://secure.certodirect.com/gateway/process/v2"
self.supported_countries = [
"BE", "BG", "CZ", "DK", "DE", "EE", "IE", "EL", "ES", "FR",
"IT", "CY", "LV", "LT", "LU", "HU", "MT", "NL", "AT", "PL",
- "PT", "RO", "SI", "SK", "FI", "SE", "UK"
+ "PT", "RO", "SI", "SK", "FI", "SE", "GB"
]
self.supported_cardtypes = [:visa, :master, :american_express, :discover]
self.homepage_url = 'http://www.certodirect.com/'
self.display_name = 'CertoDirect'