Update WhatsappHelper.php

This commit is contained in:
Jagad R R
2025-02-15 12:23:26 +07:00
parent 8f52373ede
commit b428dabaf2
+10 -5
View File
@@ -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();