update wa official API
This commit is contained in:
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user