update wa official API

This commit is contained in:
WD - Dev
2025-10-07 21:01:15 +07:00
parent efca8f5f80
commit eb13c69431
55 changed files with 138040 additions and 1543 deletions
+2 -2
View File
@@ -127,9 +127,9 @@ if (isset($_POST['tambah'])) {
// Kirim Pesan WhatsApp
$APIwa = new PesanWA();
$APIwa->Create_Pesan($_POST['ids'], $last_id, 'pesan_registrasi', 'order');
$APIwa->Create_Pesan($_POST['ids'], $last_id, 'Pesan Registrasi', 'order');
$Pesan = $APIwa->Get_Pesan();
$APIwa->Send_Pesan($_POST['ids'], 'sendMessage', $nomor, $Pesan);
$APIwa->Send_Pesan($_POST['ids'], ['sendMessage','Pesan Registrasi'], $nomor, $Pesan);
sweetAlert("Order list telah di tambah", "success", "?" . encrypt_url('order_list'));