Class: ActiveMerchant::Billing::MerchantOneGateway::MerchantOneSslConnection

Inherits:
Connection
  • Object
show all
Defined in:
lib/active_merchant/billing/gateways/merchant_one.rb

Constant Summary

Constants inherited from Connection

Connection::CA_FILE, Connection::CA_PATH, Connection::MAX_RETRIES, Connection::OPEN_TIMEOUT, Connection::READ_TIMEOUT, Connection::RETRY_SAFE, Connection::RUBY_184_POST_HEADERS, Connection::VERIFY_PEER

Constants included from NetworkConnectionRetries

NetworkConnectionRetries::DEFAULT_CONNECTION_ERRORS, NetworkConnectionRetries::DEFAULT_RETRIES

Instance Attribute Summary

Attributes inherited from Connection

#ca_file, #ca_path, #endpoint, #ignore_http_status, #logger, #max_retries, #open_timeout, #pem, #pem_password, #proxy_address, #proxy_port, #read_timeout, #ssl_version, #tag, #verify_peer, #wiredump_device

Instance Method Summary collapse

Methods inherited from Connection

#initialize, #request

Methods included from NetworkConnectionRetries

included, #retry_exceptions

Constructor Details

This class inherits a constructor from ActiveMerchant::Connection

Instance Method Details

#configure_ssl(http) ⇒ Object



8
9
10
11
# File 'lib/active_merchant/billing/gateways/merchant_one.rb', line 8

def configure_ssl(http)
  super(http)
  http.use_ssl = true
end