feat: pass in params for payment success callback
This commit is contained in:
parent
1540bb3b37
commit
d9cf920bb9
|
|
@ -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.replace("appflowy-flutter://payment-success/${window.location.search}");
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue