Skip to content

Commit

Permalink
Update version to 1.40.1
Browse files Browse the repository at this point in the history
Co-authored-by: oleon <[email protected]>
  • Loading branch information
braintreeps and oscarleonnogales committed Aug 17, 2023
1 parent b49ac8c commit 9978144
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 1.40.1
- Update braintree-web to 3.97.1

## 1.40.0
- Add CA compliance notice of collection
- Venmo: add error message prompting the customer to click the Venmo button when `requestPaymentMethod` is called. (closes [#882](https://github.com/braintree/braintree-web-drop-in/issues/845))
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.40.0/js/dropin.min.js"></script>
<script src="https://js.braintreegateway.com/web/dropin/1.40.1/js/dropin.min.js"></script>

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

0 comments on commit 9978144

Please sign in to comment.