fix: payment success url redirect

This commit is contained in:
Zack Fu Zi Xiang 2024-07-22 11:45:30 +08:00
parent 1ee0896eb7
commit c8e992944b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
</head>
<body>
<script type="text/javascript">
window.location.replace("appflowy-flutter://payment-success/${window.location.search}");
window.location.replace(`appflowy-flutter://payment-success/${window.location.search}`);
</script>
</body>
</html>