Class: ActiveMerchant::Billing::MerchantOneGateway::MerchantOneSslConnection
- Inherits:
-
Connection
- Object
- Connection
- ActiveMerchant::Billing::MerchantOneGateway::MerchantOneSslConnection
- Defined in:
- lib/active_merchant/billing/gateways/merchant_one.rb
Instance Method Summary collapse
Instance Method Details
#configure_ssl(http) ⇒ Object
8 9 10 11 12 |
# File 'lib/active_merchant/billing/gateways/merchant_one.rb', line 8 def configure_ssl(http) super(http) http.use_ssl = true http.ssl_version = :SSLv3 end |