Skip to content

Commit 62425e7

Browse files
committed
Fixed stripe payment bug by loading jQuery cdn before stripe
1 parent f85e4c2 commit 62425e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

checkout/templates/checkout.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
{% load crispy_forms_tags %}
44
{% block title %}TrackIt | Checkout | Go PRO{% endblock %}
55
{% block head %}
6+
<!-- jQuery -->
7+
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
8+
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
69
<!-- Stripe JS -->
710
<script src="https://js.stripe.com/v2/"></script>
811
<script>

0 commit comments

Comments
 (0)