lib/active_merchant/billing/gateways/payscout.rb in activemerchant-1.44.1 vs lib/active_merchant/billing/gateways/payscout.rb in activemerchant-1.45.0

- old
+ new

@@ -7,11 +7,9 @@ self.supported_cardtypes = [:visa, :master, :american_express, :discover] self.default_currency = 'USD' self.homepage_url = 'http://www.payscout.com/' self.display_name = 'Payscout' - self.ssl_version = 'SSLv3' - def initialize(options = {}) requires!(options, :username, :password) super end