페이팔 결제 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. 에러가 나오네요.
어떻게 수정해야될까요?
"#payment-method",
{
value: 141.82,
currency: "USD",
country: "US"
},
{ variantKey: 'paypal' }
);
paymentMethodWidget.updateAmount(141.09)
updateAmount를 이용해서 금액을 업데이트 후 결제할려고 했더니
An error occurred while processing. 에러가 나오네요.
어떻게 수정해야될까요?
