Skip to content

Commit

Permalink
Update version to 1.42.0
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Plukarski <[email protected]>
Co-authored-by: Iris Booker <[email protected]>
  • Loading branch information
3 people committed Jan 8, 2024
1 parent aab0587 commit fc4aaf8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# CHANGELOG

## UNRELEASED
## 1.42.0
- Apple Pay
- add error message prompting the customer to click the Apple Pay button when `requestPaymentMethod` is called.
- 3D Secure
- Fix issue where `paymentMethodRequestable` event would fire before 3DS challenge has been completed. (closes [#805](https://github.com/braintree/braintree-web-drop-in/issues/805))
- Update braintree-web to 3.99.0

## 1.41.0
- Update braintree-web to 3.97.4
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.41.0/js/dropin.min.js"></script>
<script src="https://js.braintreegateway.com/web/dropin/1.42.0/js/dropin.min.js"></script>

<script>
var submitButton = document.querySelector('#submit-button');
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@braintree/event-emitter": "0.4.1",
"@braintree/uuid": "0.1.0",
"@braintree/wrap-promise": "2.1.0",
"braintree-web": "3.97.4"
"braintree-web": "3.99.0"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit fc4aaf8

Please sign in to comment.