결제성공하면 가는 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......뭐라고 안적고 할수는 없나요?
문의드릴 내용은
결제위젯에
결제성공하면
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......뭐라고 안적고 할수는 없나요?
