lib/active_merchant/billing/gateways/merchant_one.rb in activemerchant-1.44.1 vs lib/active_merchant/billing/gateways/merchant_one.rb in activemerchant-1.45.0
- old
+ new
@@ -6,10 +6,9 @@
class MerchantOneSslConnection < ActiveMerchant::Connection
def configure_ssl(http)
super(http)
http.use_ssl = true
- http.ssl_version = :SSLv3
end
end
BASE_URL = 'https://secure.merchantonegateway.com/api/transact.php'