휴대폰 결제창 문제

.
Error: [USER_CANCEL]: 결제가 취소되었습니다.
    at v1:1:82077
    at p (v1:1:36408)
    at Generator.<anonymous> (v1:1:37723)
    at Generator.next (v1:1:36818)
    at n (v1:1:887)
    at u (v1:1:1090)

.
const payment = await loadTossPayments(config.tossPaymentKey);
await payment.requestPayment(payMethodType, paymentInfo); // payMethodType이 휴대폰일때 이슈 발생


?
. .
Was this page helpful?