Browse Source

Update braintree dropin version.

pull/241/head
Pēteris Caune 6 years ago
parent
commit
d682f79075
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/accounts/billing.html

+ 1
- 1
templates/accounts/billing.html View File

@ -514,7 +514,7 @@
{% endblock %}
{% block scripts %}
<script src="https://js.braintreegateway.com/web/dropin/1.8.0/js/dropin.min.js"></script>
<script src="https://js.braintreegateway.com/web/dropin/1.17.1/js/dropin.min.js"></script>
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>


Loading…
Cancel
Save