Skip to content

Commit

Permalink
Use braintree-web-drop-in 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Sep 5, 2018
1 parent b67bee5 commit 9e20651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BraintreeASPExample/Views/Checkouts/New.cshtml
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.12.0/js/dropin.min.js"></script>
<script src="https://js.braintreegateway.com/web/dropin/1.13.0/js/dropin.min.js"></script>
<script>
var client_token = "@ViewBag.ClientToken";
var form = document.querySelector('#payment-form');
Expand Down

0 comments on commit 9e20651

Please sign in to comment.