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

- old
+ new

@@ -10,10 +10,9 @@ self.money_format = :dollars self.supported_cardtypes = [:visa, :master, :american_express, :discover] self.homepage_url = 'http://1stpaygateway.net/' self.display_name = '1stPayGateway.Net' - self.ssl_version = :TLSv1 def initialize(options={}) requires!(options, :transaction_center_id, :gateway_id) super end