<iframe /> test)This is a test page for the integration of Tilli X and FreemanOnline (FOL) using an <iframe />
Press the button below to return to FreemanOnline (passing back the mopId and mopGuid)
mopId: “123456”mopGuid: “3473fc16-1346-4af8-ac08-bc60ab581acc”
function returnToFreemanOnline(mopId?: string, mopGuid?: string) {
window?.parent?.postMessage(
{
mopId,
mopGuid,
},
"*"
);
}