- KeyIn 결제 신청_ 주문번호 필수처리

This commit is contained in:
HyeonJongKim
2025-11-03 10:35:32 +09:00
parent 840ee8f17e
commit 13292f6d20

View File

@@ -123,6 +123,7 @@ export const KeyInPaymentRequestPage = () => {
customerName.trim() !== '' &&
expMon.trim() !== '' &&
expYear.trim() !== '' &&
orderNumber.trim() !== '' &&
isValidEmail(email) &&
isValidPhoneNumber(phoneNumber) &&
isValidCardNumber()
@@ -343,7 +344,7 @@ export const KeyInPaymentRequestPage = () => {
</div>
<div className="billing-row">
<div className="billing-label"></div>
<div className="billing-label"><span>*</span></div>
<div className="billing-field">
<input
type="text"