class ActiveMerchant::Billing::MerchantOneGateway::MerchantOneSslConnection
Public Instance Methods
configure_ssl(http)
click to toggle source
Calls superclass method
# File lib/active_merchant/billing/gateways/merchant_one.rb, line 8 def configure_ssl(http) super(http) http.use_ssl = true end