feat: pass in params for payment success callback

This commit is contained in:
Zack Fu Zi Xiang 2024-07-11 21:20:26 +08:00
parent 1540bb3b37
commit d9cf920bb9
No known key found for this signature in database
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.replace("appflowy-flutter://payment-success/${window.location.search}");
</script>
</body>
</html>