Skip to content

Commit 988c52f

Browse files
committed
Fix typo
1 parent 67e415d commit 988c52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ private function verbThePayload($verb, $payload)
295295

296296
private function sendRequest()
297297
{
298-
$this->succeess = false;
298+
$this->success = false;
299299
if ($this->_debug) {
300300
curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, false);
301301
}

0 commit comments

Comments
 (0)