We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3b762 commit 1d17c34Copy full SHA for 1d17c34
1 file changed
index.html
@@ -25,9 +25,9 @@
25
<body>
26
<h1>Simulate Payment Result</h1>
27
28
- <button class="success" onclick="redirectTo('https://www.instant-system.com/purchase-success')"> Success</button>
29
- <button class="cancel" onclick="redirectTo('https://www.instant-system.com/purchase-cancel')"> Cancel</button>
30
- <button class="fail" onclick="redirectTo('https://www.instant-system.com/purchase-failed')"> Fail</button>
+ <button class="success" onclick="redirectTo('myapp://purchase-success')"> Success</button>
+ <button class="cancel" onclick="redirectTo('myapp://purchase-cancel')"> Cancel</button>
+ <button class="fail" onclick="redirectTo('myapp://purchase-failed')"> Fail</button>
31
32
<script>
33
function redirectTo(url) {
0 commit comments