We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a64e69 commit 7f34ac8Copy full SHA for 7f34ac8
web/index.html
@@ -16,9 +16,7 @@
16
17
<title>Tejas Mehta</title>
18
<link rel="manifest" href="manifest.json">
19
- <script src="https://js.stripe.com/v3/"></script>
20
<script src="utils.js"></script>
21
- <script src="stripe_checkout.js" defer></script>
22
</head>
23
<body>
24
<!-- This script installs service_worker.js to provide PWA functionality to
@@ -31,6 +29,6 @@
31
29
});
32
30
}
33
</script>
34
- <script src="main.dart.js?v=1.0.0" type="application/javascript"></script>
+ <script src="main.dart.js?v=1.1.0" type="application/javascript"></script>
35
</body>
36
</html>
0 commit comments