Merge pull request #696 from AppFlowy-IO/fix/success-redirect

fix: payment success url redirect
This commit is contained in:
Zack 2024-07-22 12:38:12 +08:00 committed by GitHub
commit bbfc39c5f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>