Skip to content

Commit a045afc

Browse files
fixed typo RE: #139
Simple fix for STDIN #139 issue
1 parent e9af38a commit a045afc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Bigcommerce/Api/Connection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ public function put($url, $body)
442442
curl_exec($this->curl);
443443

444444
fclose($handle);
445-
curl_setopt($this->curl, CURLOPT_INFILE, STDIN);
446445

447446
return $this->handleResponse();
448447
}

0 commit comments

Comments
 (0)