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