fix: payment success url redirect
This commit is contained in:
parent
1ee0896eb7
commit
c8e992944b
|
|
@ -4,7 +4,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script type="text/javascript">
|
<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>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue