client = (new ClientFactory())->getClient([ 'connect_timeout' => 10, 'timeout' => 60, 'verify' => Api::instance()->getHttpClient()->getCaBundlePath(), ]); } public function getClient() { return $this->client; } }