lib/active_merchant/billing/gateways/dibs.rb in activemerchant-1.77.0 vs lib/active_merchant/billing/gateways/dibs.rb in activemerchant-1.78.0

- old
+ new

@@ -7,10 +7,9 @@ self.live_url = "https://api.dibspayment.com/merchant/v1/JSON/Transaction/" self.supported_countries = ["US", "FI", "NO", "SE", "GB"] self.default_currency = "USD" self.money_format = :cents - self.ssl_version = :TLSv1 self.supported_cardtypes = [:visa, :master, :american_express, :discover] def initialize(options={}) requires!(options, :merchant_id, :secret_key) super