페이팔 결제 updateAmount

const paymentMethodWidget = paymentWidget.renderPaymentMethods(
"#payment-method",
{
value: 141.82,
currency: "USD",
country: "US"
},
{ variantKey: 'paypal' }
);
paymentMethodWidget.updateAmount(141.09)

updateAmount
An error occurred while processing. .
?
Was this page helpful?