Update WhatsappHelper.php
This commit is contained in:
@@ -45,7 +45,8 @@ class WhatsappHelper
|
|||||||
],
|
],
|
||||||
'json' => [
|
'json' => [
|
||||||
'data' => $data
|
'data' => $data
|
||||||
]
|
],
|
||||||
|
'verify' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return $response->getBody()->getContents();
|
return $response->getBody()->getContents();
|
||||||
@@ -88,7 +89,8 @@ class WhatsappHelper
|
|||||||
],
|
],
|
||||||
'json' => [
|
'json' => [
|
||||||
'data' => $data
|
'data' => $data
|
||||||
]
|
],
|
||||||
|
'verify' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return $response->getBody()->getContents();
|
return $response->getBody()->getContents();
|
||||||
@@ -131,7 +133,8 @@ class WhatsappHelper
|
|||||||
],
|
],
|
||||||
'json' => [
|
'json' => [
|
||||||
'data' => $data
|
'data' => $data
|
||||||
]
|
],
|
||||||
|
'verify' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return $response->getBody()->getContents();
|
return $response->getBody()->getContents();
|
||||||
@@ -174,7 +177,8 @@ class WhatsappHelper
|
|||||||
],
|
],
|
||||||
'json' => [
|
'json' => [
|
||||||
'data' => $data
|
'data' => $data
|
||||||
]
|
],
|
||||||
|
'verify' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return $response->getBody()->getContents();
|
return $response->getBody()->getContents();
|
||||||
@@ -217,7 +221,8 @@ class WhatsappHelper
|
|||||||
],
|
],
|
||||||
'json' => [
|
'json' => [
|
||||||
'data' => $data
|
'data' => $data
|
||||||
]
|
],
|
||||||
|
'verify' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return $response->getBody()->getContents();
|
return $response->getBody()->getContents();
|
||||||
|
|||||||
Reference in New Issue
Block a user