Fixed linter error

This commit is contained in:
Khushboo Verma 2023-11-08 12:41:16 +05:30
parent 698bce2c36
commit 365c520267

View file

@ -100,7 +100,7 @@ class Webhooks extends Action
]
);
curl_setopt($ch, CURLOPT_MAXREDIRS, 5);
if (!$webhook->getAttribute('security', true)) {
\curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
\curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);