- KeyIn 결제 신청_ 주문번호 필수처리
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user