Skip to content

Commit 633fe7e

Browse files
authored
fix one click payment popup issue (#126)
1 parent dd359b8 commit 633fe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

save-payment-method/server/views/checkout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div id="paypal-button-container"></div>
1010
<p id="result-message"></p>
1111
<script
12-
src="https://www.paypal.com/sdk/js?client-id=<%= clientId %>&vault=true"
12+
src="https://www.paypal.com/sdk/js?client-id=<%= clientId %>"
1313
data-user-id-token="<%= userIdToken %>"
1414
></script>
1515
<script src="app.js"></script>

0 commit comments

Comments
 (0)