Skip to content

Commit 5ad3013

Browse files
committed
fix curl ca bundle constant name
1 parent 160ee98 commit 5ad3013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Understand/UnderstandLaravel/Handlers/SyncHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function send($requestData)
2525

2626
if ($this->sslBundlePath)
2727
{
28-
curl_setopt($ch, CURLOPT_TIMEOUT, $this->sslBundlePath);
28+
curl_setopt($ch, CURLOPT_CAINFO, $this->sslBundlePath);
2929
}
3030

3131
curl_setopt($ch, CURLOPT_USERAGENT, 'Laravel service provider.');

0 commit comments

Comments
 (0)