const id = window.location.href;
window.parent.postMessage(JSON.stringify({ id, type: 'requestToken' }), '*');
09-18
2605
11-20
11-19
const id = window.location.href;
window.parent.postMessage(JSON.stringify({ id, type: 'requestToken' }), '*');