Skip to content

Commit a46dab2

Browse files
authored
fix: use correct param name for vault with purchase flow (#168)
1 parent 56a2e4e commit a46dab2

File tree

1 file changed

+1
-1
lines changed
  • client/components/paypalPayments/oneTimePaymentWithVault/html/src/recommended

1 file changed

+1
-1
lines changed

client/components/paypalPayments/oneTimePaymentWithVault/html/src/recommended/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const paymentSessionOptions = {
7979
});
8080
console.log("onError", error);
8181
},
82-
vault: true,
82+
savePayment: true,
8383
};
8484

8585
async function setupPayPalButton(sdkInstance) {

0 commit comments

Comments
 (0)