class ActiveMerchant::Billing::MerchantOneGateway::MerchantOneSslConnection

Public Instance Methods

configure_ssl(http) click to toggle source
# File lib/active_merchant/billing/gateways/merchant_one.rb, line 7
def configure_ssl(http)
  super(http)
  http.use_ssl = true
end