Skip to content

Commit

Permalink
Update to version 1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jplukarski committed Feb 10, 2025
1 parent 24d1242 commit 1128aba
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.44.1
- Fix bug where the last card field would not display a message if the user tabbed to the Paypal Collection notice
- Update Braintree web dependancies
- asset-loader to 2.0.2
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.43.0/js/dropin.min.js"></script>
<script src="https://js.braintreegateway.com/web/dropin/1.44.1/js/dropin.min.js"></script>

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

0 comments on commit 1128aba

Please sign in to comment.