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