Skip to content

Commit

Permalink
fixes #374
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Feb 27, 2021
1 parent 6bc6997 commit 38762da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script type="text/javascript" src="/webjars/bootstrap/js/bootstrap.bundle.min.js "></script>
<script type="text/javascript" src="https://gitcdn.github.io/bootstrap-toggle/2.2.2/js/bootstrap-toggle.min.js"></script>
<script type="text/javascript" src="/webjars/js-cookie/js.cookie.js"></script>
<script src="http://js.stripe.com/v3/"></script>
<script src="https://js.stripe.com/v3/"></script>
<script th:if="${testEnvironment}" type="text/javascript">
var stripePublicKey="pk_test_51HFJACFQ8qkNTW7CcB9UoOCrCPBcipFuU0UnsuuaOT4zCxB3217kBgWCIN0cRnJ7ETJazRxMILYHyV0fUBqd5Kca00ClMmHcO0"
</script>
Expand Down

0 comments on commit 38762da

Please sign in to comment.