lib/active_merchant/billing/gateways/borgun.rb in activemerchant-1.103.0 vs lib/active_merchant/billing/gateways/borgun.rb in activemerchant-1.104.0

- old
+ new

@@ -7,10 +7,10 @@ self.homepage_url = 'http://www.borgun.com' self.test_url = 'https://gatewaytest.borgun.is/ws/Heimir.pub.ws:Authorization' self.live_url = 'https://gateway01.borgun.is/ws/Heimir.pub.ws:Authorization' - self.supported_countries = ['IS', 'GB', 'HU', 'CZ', 'DE', 'DK', 'SE' ] + self.supported_countries = ['IS', 'GB', 'HU', 'CZ', 'DE', 'DK', 'SE'] self.default_currency = 'ISK' self.money_format = :cents self.supported_cardtypes = [:visa, :master, :american_express, :diners_club, :discover, :jcb] self.homepage_url = 'https://www.borgun.is/'