- SMS,지급대행 다국어 문자 수정
This commit is contained in:
@@ -42,7 +42,7 @@ export const PayoutDetail = ({
|
||||
extensionPayoutDetail(params).then((rs: ExtensionPayoutDetailResponse) => {
|
||||
setDetail(rs);
|
||||
}).catch((e: any) => {
|
||||
if(e.response?.data?.error?.message){
|
||||
if (e.response?.data?.error?.message) {
|
||||
snackBar(e.response?.data?.error?.message);
|
||||
return;
|
||||
}
|
||||
@@ -50,7 +50,7 @@ export const PayoutDetail = ({
|
||||
}
|
||||
|
||||
const onClickToOpenDownloadBottomSheet = () => {
|
||||
if(!checkGrant(53, 'D')){
|
||||
if (!checkGrant(53, 'D')) {
|
||||
showAlert(t('common.nopermission'));
|
||||
return;
|
||||
}
|
||||
@@ -61,11 +61,11 @@ export const PayoutDetail = ({
|
||||
selectedMode: DownloadSelectedMode,
|
||||
userEmail?: string
|
||||
) => {
|
||||
if(selectedMode === DownloadSelectedMode.IMAGE){
|
||||
if (selectedMode === DownloadSelectedMode.IMAGE) {
|
||||
const params: ExtensionPayoutDetailDownloadCertificateParams = {
|
||||
mid: mid,
|
||||
tid: tid,
|
||||
requestType: 'IMAGE',
|
||||
requestType: selectedMode,
|
||||
email: ''
|
||||
};
|
||||
extensionPayoutDetailDownloadCertification(params).then((rs: ExtensionPayoutDetailDownloadCertificateResponse) => {
|
||||
@@ -74,9 +74,9 @@ export const PayoutDetail = ({
|
||||
console.error('Certificate Download Failed:', error);
|
||||
});
|
||||
}
|
||||
else if(selectedMode === DownloadSelectedMode.EMAIL
|
||||
else if (selectedMode === DownloadSelectedMode.EMAIL
|
||||
&& userEmail
|
||||
){
|
||||
) {
|
||||
const params: ExtensionPayoutDetailDownloadCertificateParams = {
|
||||
mid: mid,
|
||||
tid: tid,
|
||||
@@ -133,7 +133,7 @@ export const PayoutDetail = ({
|
||||
<button
|
||||
className="receipt-btn"
|
||||
type="button"
|
||||
onClick={ onClickToOpenDownloadBottomSheet }
|
||||
onClick={onClickToOpenDownloadBottomSheet}
|
||||
>
|
||||
<span className="icon-24 download"></span>
|
||||
<span>{t('additionalService.payout.depositCertificate')}</span>
|
||||
@@ -187,13 +187,13 @@ export const PayoutDetail = ({
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{ !!downloadBottomSheetOn &&
|
||||
{!!downloadBottomSheetOn &&
|
||||
<DownloadBottomSheet
|
||||
bottomSheetOn={ downloadBottomSheetOn }
|
||||
setBottomSheetOn={ setDownloadBottomSheetOn }
|
||||
imageMode={ false }
|
||||
emailMode={ true }
|
||||
sendRequest={ onRequestDownload }
|
||||
bottomSheetOn={downloadBottomSheetOn}
|
||||
setBottomSheetOn={setDownloadBottomSheetOn}
|
||||
imageMode={true}
|
||||
emailMode={true}
|
||||
sendRequest={onRequestDownload}
|
||||
/>
|
||||
}
|
||||
</motion.div>
|
||||
|
||||
@@ -99,7 +99,7 @@ export const SmsPaymentDetailResend = ({
|
||||
onClick={onClickResend}
|
||||
disabled={!smsDetailData?.sendMessage}
|
||||
>
|
||||
{t('common.request')}
|
||||
{t('additionalService.sms.smsResendButton')}
|
||||
</button>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
@@ -933,6 +933,7 @@
|
||||
"virtualAccountRequest": "Virtual Account Request",
|
||||
"virtualAccountRequestDeposit": "Virtual Account Request + Deposit",
|
||||
"smsDetailAndResend": "SMS Details & Resend",
|
||||
"smsResendButton": "Resend",
|
||||
"sender": "Sender (Number)",
|
||||
"receiver": "Receiver (Number)",
|
||||
"sendSuccess": "SMS sent successfully.",
|
||||
@@ -1204,7 +1205,7 @@
|
||||
"paymentComplete": "Payment Complete",
|
||||
"paymentFailed": "Payment Failed",
|
||||
"paymentStopped": "Payment Stopped/Inactive",
|
||||
"applyRequest": "Request",
|
||||
"applyRequest": "Payment Request",
|
||||
"noData": "No data available",
|
||||
"phoneNumber": "Phone Number",
|
||||
"email": "Email",
|
||||
|
||||
@@ -933,6 +933,7 @@
|
||||
"virtualAccountRequest": "가상계좌 요청",
|
||||
"virtualAccountRequestDeposit": "가상계좌 요청 + 입금",
|
||||
"smsDetailAndResend": "SMS 상세 & 재발송",
|
||||
"smsResendButton": "재발송",
|
||||
"sender": "발신자(번호)",
|
||||
"receiver": "수신자(번호)",
|
||||
"sendSuccess": "SMS 발송을 성공하였습니다.",
|
||||
@@ -1040,8 +1041,8 @@
|
||||
"processingResult": "처리결과",
|
||||
"balance": "잔액",
|
||||
"won": "원",
|
||||
"transferRegistration": "송금등록",
|
||||
"transferRegistrationNotice": "송금등록 후 별도의 '이체요청' 처리가 필요하며, 요청하지 않을 경우 이체가 진행되지 않습니다.",
|
||||
"transferRegistration": "이체 등록",
|
||||
"transferRegistrationNotice": "이체 등록 후 별도의 '이체요청' 처리가 필요하며, 요청하지 않을 경우 이체가 진행되지 않습니다.",
|
||||
"resultInquiry": "결과조회",
|
||||
"tabTransferRequest": "이체요청",
|
||||
"tabResultInquiry": "결과조회",
|
||||
@@ -1108,7 +1109,7 @@
|
||||
"payout": {
|
||||
"title": "지급대행",
|
||||
"detailTitle": "지급대행 상세",
|
||||
"requestTitle": "지급대행 요청",
|
||||
"requestTitle": "지급대행 신청",
|
||||
"requestDate": "요청일자",
|
||||
"disbursementDate": "지급일자",
|
||||
"paymentStatus": "지급 상태",
|
||||
@@ -1204,7 +1205,7 @@
|
||||
"paymentComplete": "결제완료",
|
||||
"paymentFailed": "결제실패",
|
||||
"paymentStopped": "결제중단/비활성화",
|
||||
"applyRequest": "요청",
|
||||
"applyRequest": "결제 신청",
|
||||
"noData": "데이터가 없습니다",
|
||||
"phoneNumber": "휴대폰번호",
|
||||
"email": "이메일",
|
||||
|
||||
Reference in New Issue
Block a user