결제 오류 문의

: 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' )
Was this page helpful?