Skip to content

Commit

Permalink
fix one click payment popup issue (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl authored Apr 11, 2024
1 parent dd359b8 commit 633fe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save-payment-method/server/views/checkout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div id="paypal-button-container"></div>
<p id="result-message"></p>
<script
src="https://www.paypal.com/sdk/js?client-id=<%= clientId %>&vault=true"
src="https://www.paypal.com/sdk/js?client-id=<%= clientId %>"
data-user-id-token="<%= userIdToken %>"
></script>
<script src="app.js"></script>
Expand Down

0 comments on commit 633fe7e

Please sign in to comment.