I just started working on lazop. I can't figure out what I'm suppose to do to the callback url to receive and respond to notifications.
I tried using this script but it didn't work
window.addEventListener('message', function(event) {
if (event.data.site === 'lazada_th') {
// Handle the push message
}
});