We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd359b8 commit 633fe7eCopy full SHA for 633fe7e
save-payment-method/server/views/checkout.ejs
@@ -9,7 +9,7 @@
9
<div id="paypal-button-container"></div>
10
<p id="result-message"></p>
11
<script
12
- src="https://www.paypal.com/sdk/js?client-id=<%= clientId %>&vault=true"
+ src="https://www.paypal.com/sdk/js?client-id=<%= clientId %>"
13
data-user-id-token="<%= userIdToken %>"
14
></script>
15
<script src="app.js"></script>
0 commit comments