Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
Co-authored-by: corydavis <corydavis@paypal.com>
  • Loading branch information
braintreeps and CJGlitter committed Jul 12, 2024
2 parents 5517425 + 90d8b03 commit b49d09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## UNRELEASED
## 1.43.0
- Update Braintree web dependancies
- asset-loader to 2.0.1
- browser-detection to 2.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This is a full example of a Drop-in integration that only accepts credit cards.
<div id="dropin-container"></div>
<button id="submit-button">Purchase</button>

<script src="https://js.braintreegateway.com/web/dropin/1.42.0/js/dropin.min.js"></script>
<script src="https://js.braintreegateway.com/web/dropin/1.43.0/js/dropin.min.js"></script>

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

0 comments on commit b49d09c

Please sign in to comment.