Merge branches 'vapor/production' and 'vapor/staging' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into vapor/staging

This commit is contained in:
edmondlang
2024-10-22 17:36:16 +08:00
@@ -159,7 +159,7 @@
response.json().then(response => {
if(!success){return;}
if (response.src) {
window.location.href = response.src;
window.open(response.src, '_blank');
}
});
}