We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e825c commit 21f0d4bCopy full SHA for 21f0d4b
client/oneTimePayment/html/src/recommended/app.js
@@ -8,7 +8,7 @@ async function onPayPalLoaded() {
8
});
9
10
const paymentMethods = await sdkInstance.findEligibleMethods({
11
- currency: "USD",
+ currencyCode: "USD",
12
13
14
if (paymentMethods.isEligible("paypal")) {
client/savePayment/html/src/recommended/app.js
0 commit comments