Skip to content

Commit

Permalink
Use braintree-web-drop-in 1.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Aug 17, 2023
1 parent 7bc2d37 commit 16bbf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/checkouts/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
</div>

<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 form = document.querySelector('#payment-form');
var client_token = "<%= @client_token %>";
Expand Down

0 comments on commit 16bbf9b

Please sign in to comment.