보안 검사 서순 & 영문 이용악관
1. 이미지처럼 유저 아이디 확인, 결제 금액과 상품 대조 등 보안검사후 got.post("https://api.tosspayments.com/v1/payments/confirm", { 요청을 해야하나요 아니면 요청후 보안검사를 하고 보안 위협이 생기면 에러를 반환 해야 하나요?
2. await Promise.all([
// ------ 결제 UI 렌더링 ------
widgets.renderPaymentMethods({
selector: "#payment-method",
variantKey: "PAYPAL",
}),
// ------ 이용약관 UI 렌더링 ------
widgets.renderAgreement({ selector: "#agreement", variantKey: "AGREEMENT" }),
]); vpn을 사용해 봐도 이용약관이 한글로 출력 됩니다. 영어로 출력이 가능 할까요?
2. await Promise.all([
// ------ 결제 UI 렌더링 ------
widgets.renderPaymentMethods({
selector: "#payment-method",
variantKey: "PAYPAL",
}),
// ------ 이용약관 UI 렌더링 ------
widgets.renderAgreement({ selector: "#agreement", variantKey: "AGREEMENT" }),
]); vpn을 사용해 봐도 이용약관이 한글로 출력 됩니다. 영어로 출력이 가능 할까요?

