fix: payment success url redirect
This commit is contained in:
parent
1ee0896eb7
commit
c8e992944b
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue