결제 오류 문의
상점 아이디 : hourpluvwu
order_id : BP_105010_319287, BP_105011_319287,
PC 브라우저에서 결제창을 띄우는 방식으로 사용하고 있습니다.
에러 예상 위치
tossPayments.requestPayment(type, {
amount: e.data.data.price,
orderId: e.data.data.ordr_idxx,
orderName: e.data.data.goods_name,
customerEmail: e.data.data.buyr_mail,
customerName: e.data.data.buyr_name,
validHours: 720
}).then(function (data) {
const paymentKey = data.paymentKey
// 해당 부분에서 오류가 발생하는것 같습니다.
에러
Cannot read properties of undefined ( reading 'paymentKey' )
order_id : BP_105010_319287, BP_105011_319287,
PC 브라우저에서 결제창을 띄우는 방식으로 사용하고 있습니다.
에러 예상 위치
tossPayments.requestPayment(type, {
amount: e.data.data.price,
orderId: e.data.data.ordr_idxx,
orderName: e.data.data.goods_name,
customerEmail: e.data.data.buyr_mail,
customerName: e.data.data.buyr_name,
validHours: 720
}).then(function (data) {
const paymentKey = data.paymentKey
// 해당 부분에서 오류가 발생하는것 같습니다.
에러
Cannot read properties of undefined ( reading 'paymentKey' )
