Skip to content

Commit 541a006

Browse files
committed
Update version to 1.40.2
1 parent d7f8444 commit 541a006

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 1.40.2
4+
- Fix issue where some assets for the Drop-In would not load from the CDN
5+
36
## 1.40.1
47
- Update braintree-web to 3.97.1
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This is a full example of a Drop-in integration that only accepts credit cards.
3535
<div id="dropin-container"></div>
3636
<button id="submit-button">Purchase</button>
3737

38-
<script src="https://js.braintreegateway.com/web/dropin/1.40.1/js/dropin.min.js"></script>
38+
<script src="https://js.braintreegateway.com/web/dropin/1.40.2/js/dropin.min.js"></script>
3939

4040
<script>
4141
var submitButton = document.querySelector('#submit-button');

0 commit comments

Comments
 (0)