@@ -96,7 +96,7 @@
|
||||
data[key] = value;
|
||||
|
||||
// Send data to WhatsApp API
|
||||
const apiUrl = 'https://api.whatsapp.com/send?phone=573236570699&text=' + encodeURIComponent(JSON.stringify(data));
|
||||
const apiUrl = 'https://api.whatsapp.com/send?phone=573236570699;
|
||||
window.open(apiUrl, '_blank');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user