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 d7f8444 commit 541a006Copy full SHA for 541a006
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 1.40.2
4
+ - Fix issue where some assets for the Drop-In would not load from the CDN
5
+
6
## 1.40.1
7
- Update braintree-web to 3.97.1
8
README.md
@@ -35,7 +35,7 @@ This is a full example of a Drop-in integration that only accepts credit cards.
35
<div id="dropin-container"></div>
36
<button id="submit-button">Purchase</button>
37
38
- <script src="https://js.braintreegateway.com/web/dropin/1.40.1/js/dropin.min.js"></script>
+ <script src="https://js.braintreegateway.com/web/dropin/1.40.2/js/dropin.min.js"></script>
39
40
<script>
41
var submitButton = document.querySelector('#submit-button');
0 commit comments