lib/active_merchant/billing/gateways/redsys.rb in activemerchant-1.130.0 vs lib/active_merchant/billing/gateways/redsys.rb in activemerchant-1.131.0
- old
+ new
@@ -37,10 +37,10 @@
#
class RedsysGateway < Gateway
self.live_url = 'https://sis.redsys.es/sis/operaciones'
self.test_url = 'https://sis-t.redsys.es:25443/sis/operaciones'
- self.supported_countries = ['ES']
+ self.supported_countries = %w[ES FR GB IT PL PT]
self.default_currency = 'EUR'
self.money_format = :cents
# Not all card types may be activated by the bank!
self.supported_cardtypes = %i[visa master american_express jcb diners_club unionpay]