keyIn 전취소/후취소

This commit is contained in:
Jay Sheen
2025-11-03 17:11:16 +09:00
parent 96090fafa7
commit 9edd14c8c2
3 changed files with 12 additions and 12 deletions

View File

@@ -61,7 +61,7 @@ export const LinkPaymentWaitSendFilter = ({
let searchTypeOption = [ let searchTypeOption = [
{ name: t('additionalService.linkPay.phoneNumber'), value: LinkPaymentSearchCl.PHONE }, { name: t('additionalService.linkPay.phoneNumber'), value: LinkPaymentSearchCl.PHONE },
{ name: t('common.email'), value: LinkPaymentSearchCl.EMAIL }, { name: t('common.email'), value: LinkPaymentSearchCl.EMAIL },
]; ];
let sendMethodOption = [ let sendMethodOption = [
{ name: t('additionalService.linkPay.all'), value: LinkPaymentSendMethod.ALL }, { name: t('additionalService.linkPay.all'), value: LinkPaymentSendMethod.ALL },

View File

@@ -897,8 +897,8 @@
"productName": "Product Name", "productName": "Product Name",
"productPrice": "Product Price", "productPrice": "Product Price",
"buyerName": "Purchaser Name", "buyerName": "Purchaser Name",
"buyerEmail": "Buyer Email", "buyerEmail": "Purchaser Email",
"buyerPhoneNumber": "Buyer Phone Number", "buyerPhoneNumber": "Purchaser Phone Number",
"phoneNumberPlaceholder": "Enter without -", "phoneNumberPlaceholder": "Enter without -",
"cardNumber": "Card Number", "cardNumber": "Card Number",
"expiryDate": "Expiry Date (MM/YY)", "expiryDate": "Expiry Date (MM/YY)",
@@ -912,8 +912,8 @@
"resultLabel": "Result", "resultLabel": "Result",
"arsRequestComplete": "ARS request processing complete", "arsRequestComplete": "ARS request processing complete",
"confirm": "Confirm", "confirm": "Confirm",
"fullCancel": "Full Cancel", "fullCancel": "Pre Cancel",
"postCancel": "Post Cancel" "partialCancel": "Post Cancel"
}, },
"sms": { "sms": {
"title": "SMS Payment Notification", "title": "SMS Payment Notification",
@@ -955,9 +955,9 @@
"until": "Until", "until": "Until",
"selectDate": "Select Date", "selectDate": "Select Date",
"buyerName": "Purchaser Name", "buyerName": "Purchaser Name",
"buyerEmail": "Buyer Email", "buyerEmail": "Purchaser Email",
"buyerPhoneNumber": "Buyer Phone Number", "buyerPhoneNumber": "Purchaser Phone Number",
"buyerInfoVerification": "Buyer Info Verification", "buyerInfoVerification": "Purchaser Info Verification",
"individual": "Individual", "individual": "Individual",
"corporate": "Corporate", "corporate": "Corporate",
"businessNumberPlaceholder": "Business number (10 digits)", "businessNumberPlaceholder": "Business number (10 digits)",
@@ -1131,9 +1131,9 @@
"paymentValidDate": "Payment Valid Date", "paymentValidDate": "Payment Valid Date",
"until": "Until", "until": "Until",
"selectDate": "Select Date", "selectDate": "Select Date",
"buyerEmail": "Buyer Email", "buyerEmail": "Purchaser Email",
"buyerPhoneNumber": "Buyer\nPhone Number", "buyerPhoneNumber": "Purchaser Phone Number",
"buyerInfoVerification": "Buyer Info Verification", "buyerInfoVerification": "Purchaser Info Verification",
"individual": "Individual", "individual": "Individual",
"corporate": "Corporate", "corporate": "Corporate",
"businessNumber10Digits": "Business Number (10 digits)", "businessNumber10Digits": "Business Number (10 digits)",

View File

@@ -913,7 +913,7 @@
"arsRequestComplete": "ARS 요청 처리 완료", "arsRequestComplete": "ARS 요청 처리 완료",
"confirm": "확인", "confirm": "확인",
"fullCancel": "전취소", "fullCancel": "전취소",
"postCancel": "후취소" "partialCancel": "후취소"
}, },
"sms": { "sms": {
"title": "SMS 결제 통보", "title": "SMS 결제 통보",