자동결제 JavaScript SDK 리액트 사용 중 미응답.
자동결제 심사까지 완료하여 라이브키가 활성화 되어서 JavaScript SDK로 카드 정보 창을 띄우는 테스트 중
tossPayments.requestPayment('카드', {
amount: 15000,
orderId: 'qDau3Y1GhgSBHeh9MrXdG',
orderName: '토스 티셔츠 외 2건',
customerName: '박토스',
successUrl: 'http://localhost:8080/success',
failUrl: 'http://localhost:8080/fail',
})
가 응답하지 않는 현상이 발생합니다.
tossPayments.requestPayment('카드', {
amount: 15000,
orderId: 'qDau3Y1GhgSBHeh9MrXdG',
orderName: '토스 티셔츠 외 2건',
customerName: '박토스',
successUrl: 'http://localhost:8080/success',
failUrl: 'http://localhost:8080/fail',
})
가 응답하지 않는 현상이 발생합니다.
