Skip to content

Commit

Permalink
Update version to 1.38.1
Browse files Browse the repository at this point in the history
Co-authored-by: Sammy Cannillo <[email protected]>
  • Loading branch information
oscarleonnogales and scannillo committed Jun 14, 2023
1 parent 3599154 commit f9c9731
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.38.1
- Fix issue where `clearSelectedPaymentMethod` does not navigate back to the initial view unless we are in the methods view (issue [#883](https://github.com/braintree/braintree-web-drop-in/issues/883))
- Add alert role to error message divs beneath card inputs. (Issue [#845](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.38.0/js/dropin.min.js"></script>
<script src="https://js.braintreegateway.com/web/dropin/1.38.1/js/dropin.min.js"></script>

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

0 comments on commit f9c9731

Please sign in to comment.