lib/active_merchant/billing/gateways/sage_pay.rb in activemerchant-1.38.1 vs lib/active_merchant/billing/gateways/sage_pay.rb in activemerchant-1.39.0

- old
+ new

@@ -42,10 +42,10 @@ "MATCHED" => 'Y', "NOTMATCHED" => 'N' } self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :switch, :solo, :maestro, :diners_club] - self.supported_countries = ['GB'] + self.supported_countries = ['GB', 'IE'] self.default_currency = 'GBP' self.homepage_url = 'http://www.sagepay.com' self.display_name = 'SagePay'