결제성공하면 가는 url관련

.






paymentWidget
.requestPayment({
orderId: orderId,
orderName: orderName,
amount : orderAmount,
successUrl: "http://localhost:8080/order/success",
failUrl: "http://localhost:8080/order/fail",
customerEmail: email,
customerName: name
})

게 localhost? /order/success http://www......뭐라고 ?
Was this page helpful?