diff --git a/tests/whatsapp.php b/tests/whatsapp.php index 58568ed0..2087a2de 100644 --- a/tests/whatsapp.php +++ b/tests/whatsapp.php @@ -15,8 +15,8 @@ function fgets_u($pStdn) { } $nickname = "WhatsAPI Test"; -$sender = "34659730605"; // Mobile number with country code (but without + or 00) -$imei = "351565053325764"; // MAC Address for iOS IMEI for other platform (Android/etc) +$sender = "4915733244242"; // Mobile number with country code (but without + or 00) +$imei = "355052051975110/01"; // MAC Address for iOS IMEI for other platform (Android/etc) $countrycode = substr($sender, 0, 2); $phonenumber=substr($sender, 2);