renderpaymentMethods 를 시행한 이후에 then에 도달하지 않습니다. 추가로 설정할 것이 있을까요?

react-native .

<PaymentMethodWidget
selector="payment-methods"
onLoadEnd={() => {
console.log('onLoadEnd');
paymentWidgetControl
.renderPaymentMethods(
'payment-methods',
{ value: 200 },
{
variantKey: 'DEFAULT',
}
)
.then((control) => {
console.log('paymentMethodWidgetControl', control);
setPaymentMethodWidgetControl(control);
});
}}
/>

, renderpaymentMethods 에 then. ?

<PaymentWidgetProvider 서 client key고 customer key.

onLoadEnd .
Was this page helpful?