사용자 결제창 닫기 메소드

// React
useEffect(() => {
return () => {
tossPayments.cancelPayment();
};
}, [tossPayments]);
데 cancelPayment not a function

지 xx면 iframe
Was this page helpful?