await this.paymentWidget.requestPayment({
orderId: nanoid(),
orderName: "PAM",
customerName: "test",
customerEmail: "kyu@naver.com",
customerMobilePhone: "010",
successUrl: `${window.location.origin}/payment/success-view?pcd=PAYMENT1`,
failUrl: `${window.location.origin}/fail`,
});
await this.paymentWidget.requestPayment({
orderId: nanoid(),
orderName: "PAM",
customerName: "test",
customerEmail: "kyu@naver.com",
customerMobilePhone: "010",
successUrl: `${window.location.origin}/payment/success-view?pcd=PAYMENT1`,
failUrl: `${window.location.origin}/fail`,
});