배지호
TPToss payments 개발자 커뮤니티
•Created by 배지호 on 2/29/2024 in #❓┃연동개발-문의
결제 위젯이 생성되지 않습니다.
https://github.com/tosspayments/payment-widget-sample/blob/main/react/src/pages/Checkout.tsx
위의 사이트를 참고하여 결제 위젯을 연동하고 있습니다.
customerKey는 nanoid return값을 넣어주고 clientKey는 결제 위젯 연동 키에 나와있는 클라이언트 키를 그대로 넣어주었는데
const data = usePaymentWidget(clientKey, customerKey);
console에 찍어보니 data가 undefined가 뜹니다.
혹시 결제 위젯 이용 금액을 지불한 후 나오는 clientKey를 사용해야 해결되는 문제인가요?
현재 코드입니다.
13 replies