Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 7add13e

Browse files
up
1 parent af963e0 commit 7add13e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/WhatsApp.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@ public function ListAllInstance($admin_key)
5353
public function Create($admin_key, $key, $body)
5454
{
5555

56-
/* EXEMPLO
57-
$body = [
58-
"allowWebhook" => true,
59-
"webhookMessage" => "",
60-
"webhookGroup" => "",
61-
"webhookConnection" => "",
62-
"webhookQrCode" => ""
63-
];
64-
*/
65-
6656
$this->parth = "/manager/create?key={$key}&admin_key={$admin_key}";
6757
$this->method = "POST";
6858
$this->body = json_encode($body);

0 commit comments

Comments
 (0)