Skip to content

Commit 441a8bd

Browse files
authored
chore: update eligibility call for save payments (#42)
1 parent 21f0d4b commit 441a8bd

File tree

1 file changed

+1
-0
lines changed
  • client/savePayment/html/src/recommended

1 file changed

+1
-0
lines changed

client/savePayment/html/src/recommended/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ async function onPayPalLoaded() {
99

1010
const paymentMethods = await sdkInstance.findEligibleMethods({
1111
currencyCode: "USD",
12+
paymentFlow: "VAULT_WITHOUT_PAYMENT",
1213
});
1314

1415
if (paymentMethods.isEligible("paypal")) {

0 commit comments

Comments
 (0)