keyIn 전취소/후취소
This commit is contained in:
@@ -61,7 +61,7 @@ export const LinkPaymentWaitSendFilter = ({
|
||||
let searchTypeOption = [
|
||||
{ name: t('additionalService.linkPay.phoneNumber'), value: LinkPaymentSearchCl.PHONE },
|
||||
{ name: t('common.email'), value: LinkPaymentSearchCl.EMAIL },
|
||||
];
|
||||
];
|
||||
|
||||
let sendMethodOption = [
|
||||
{ name: t('additionalService.linkPay.all'), value: LinkPaymentSendMethod.ALL },
|
||||
|
||||
@@ -897,8 +897,8 @@
|
||||
"productName": "Product Name",
|
||||
"productPrice": "Product Price",
|
||||
"buyerName": "Purchaser Name",
|
||||
"buyerEmail": "Buyer Email",
|
||||
"buyerPhoneNumber": "Buyer Phone Number",
|
||||
"buyerEmail": "Purchaser Email",
|
||||
"buyerPhoneNumber": "Purchaser Phone Number",
|
||||
"phoneNumberPlaceholder": "Enter without -",
|
||||
"cardNumber": "Card Number",
|
||||
"expiryDate": "Expiry Date (MM/YY)",
|
||||
@@ -912,8 +912,8 @@
|
||||
"resultLabel": "Result",
|
||||
"arsRequestComplete": "ARS request processing complete",
|
||||
"confirm": "Confirm",
|
||||
"fullCancel": "Full Cancel",
|
||||
"postCancel": "Post Cancel"
|
||||
"fullCancel": "Pre Cancel",
|
||||
"partialCancel": "Post Cancel"
|
||||
},
|
||||
"sms": {
|
||||
"title": "SMS Payment Notification",
|
||||
@@ -955,9 +955,9 @@
|
||||
"until": "Until",
|
||||
"selectDate": "Select Date",
|
||||
"buyerName": "Purchaser Name",
|
||||
"buyerEmail": "Buyer Email",
|
||||
"buyerPhoneNumber": "Buyer Phone Number",
|
||||
"buyerInfoVerification": "Buyer Info Verification",
|
||||
"buyerEmail": "Purchaser Email",
|
||||
"buyerPhoneNumber": "Purchaser Phone Number",
|
||||
"buyerInfoVerification": "Purchaser Info Verification",
|
||||
"individual": "Individual",
|
||||
"corporate": "Corporate",
|
||||
"businessNumberPlaceholder": "Business number (10 digits)",
|
||||
@@ -1131,9 +1131,9 @@
|
||||
"paymentValidDate": "Payment Valid Date",
|
||||
"until": "Until",
|
||||
"selectDate": "Select Date",
|
||||
"buyerEmail": "Buyer Email",
|
||||
"buyerPhoneNumber": "Buyer\nPhone Number",
|
||||
"buyerInfoVerification": "Buyer Info Verification",
|
||||
"buyerEmail": "Purchaser Email",
|
||||
"buyerPhoneNumber": "Purchaser Phone Number",
|
||||
"buyerInfoVerification": "Purchaser Info Verification",
|
||||
"individual": "Individual",
|
||||
"corporate": "Corporate",
|
||||
"businessNumber10Digits": "Business Number (10 digits)",
|
||||
|
||||
@@ -913,7 +913,7 @@
|
||||
"arsRequestComplete": "ARS 요청 처리 완료",
|
||||
"confirm": "확인",
|
||||
"fullCancel": "전취소",
|
||||
"postCancel": "후취소"
|
||||
"partialCancel": "후취소"
|
||||
},
|
||||
"sms": {
|
||||
"title": "SMS 결제 통보",
|
||||
|
||||
Reference in New Issue
Block a user