lib/active_merchant/billing/gateways/card_save.rb in activemerchant-1.114.0 vs lib/active_merchant/billing/gateways/card_save.rb in activemerchant-1.116.0
- old
+ new
@@ -9,10 +9,10 @@
self.supported_cardtypes = %i[visa maestro master american_express jcb]
self.supported_countries = ['GB']
self.homepage_url = 'http://www.cardsave.net/'
self.display_name = 'CardSave'
- def initialize(options={})
+ def initialize(options = {})
super
@test_url = 'https://gw1.cardsaveonlinepayments.com:4430/'
@live_url = 'https://gw1.cardsaveonlinepayments.com:4430/'
end
end