fix: refresh YooKassa webapp payments

This commit is contained in:
3252a8
2026-05-24 18:47:37 +03:00
parent d1b9990bac
commit 235ee25d9f
8 changed files with 308 additions and 8 deletions
+1 -1
View File
@@ -1080,7 +1080,7 @@
function openExternalLink(url) {
if (!url) return;
if (tg?.openLink) {
tg.openLink(url);
tg.openLink(url, { try_instant_view: false });
return;
}
window.location.assign(url);