모바일에서 결제창 띄우기

"[INVALID_PARAMETER]: 는 Promise . " .
WEB데 WEB는 then 과 catch .
tossPayments.requestPayment('CARD', {
amount: amount
orderId: orderId,
orderName: orderName,
customerName: customerName,
useEscrow: false
})
.then(function(data){
goPayment(data);
})
.catch(function(error){
goNav(2);
});
? successUrl 나 failUrl.
Was this page helpful?