결제 이메일 전송 관련

자 UI , 폼 UI .
.

js , , UI , js 과 UI ?

paymentWidget.requestPayment({
amount: pay_amount,
orderId: customerKey,
orderName: "",
successUrl: window.location.origin + "/pg/TossPaySuccess",
failUrl: window.location.origin + "/pg/TossPayFail",
customerEmail: "",

로 js , UI ? .
Was this page helpful?