diff --git a/src/Bigcommerce/Api/Client.php b/src/Bigcommerce/Api/Client.php index eecf33a3..031f0018 100644 --- a/src/Bigcommerce/Api/Client.php +++ b/src/Bigcommerce/Api/Client.php @@ -126,14 +126,6 @@ public static function verifyPeer($option = false) self::connection()->verifyPeer($option); } - /** - * Set which cipher to use during SSL requests. - */ - public static function setCipher($cipher) - { - self::connection()->setCipher($cipher); - } - /** * Connect to the internet through a proxy server. *