update wa official API
This commit is contained in:
@@ -226,9 +226,9 @@ if (isset($_POST['tambah'])) {
|
||||
// Kirim Pesan WhatsApp
|
||||
$nomor = explode(',', $nowa.','.$watsapp['nomor_whatsapp']);
|
||||
$APIwa = new PesanWA();
|
||||
$APIwa->Create_Pesan($_POST['ids'], $last_id, 'pesan_registrasi');
|
||||
$APIwa->Create_Pesan($_POST['ids'], $last_id, 'Pesan Registrasi');
|
||||
$Pesan = $APIwa->Get_Pesan();
|
||||
$APIwa->Send_Pesan($_POST['ids'], 'sendMessage', $nomor, $Pesan);
|
||||
$APIwa->Send_Pesan($_POST['ids'], ['sendMessage','Pesan Registrasi'], $nomor, $Pesan);
|
||||
|
||||
$_SESSION['uploaded_files'] = '';
|
||||
$_SESSION['uploaded_files'] = '';
|
||||
|
||||
Reference in New Issue
Block a user