I don't have my KMRS installed on this laptop, so I have no way of testing the whatsapp notification.
I edit it to the new gateway server address.
Please test it and make a little modification if I did something wrong.
Oh yeah, must add 1 more field on 'mt_options' table please look at the xxx.sql file
INSERT INTO `mt_option` (`merchant_id`, `option_name`, `option_value`) VALUES
(0, 'wabot_sender', ''),
(0, 'wabot_token', ''),
(0, 'wassenger_token', '');
I just tested it, BE CAREFUL....
When we INSERT a field into 'mt_option' table, it will ADD wabot_sender, wabot_token, and wassenger_token WITHOUT checking whether you already have it or not.
I duplicated the wabot_token and wassenger_token, this will become problem, because the program just look at 1 of them.
Please DELETE any wabot_sender, wabot_token, and wassenger_token in table 'mt_option', then INSERT again.