lib/active_merchant/billing/gateways/redsys.rb in activemerchant-1.42.2 vs lib/active_merchant/billing/gateways/redsys.rb in activemerchant-1.42.3
- old
+ new
@@ -47,10 +47,10 @@
# Sensible region specific defaults.
self.supported_countries = ['ES']
self.default_currency = 'EUR'
self.money_format = :cents
- # Not all card types may be actived by the bank!
+ # Not all card types may be activated by the bank!
self.supported_cardtypes = [:visa, :master, :american_express, :jcb, :diners_club]
# Homepage URL of the gateway for reference
self.homepage_url = "http://www.redsys.es/"