결제수단 en/ko

This commit is contained in:
Jay Sheen
2025-11-03 17:26:54 +09:00
parent 8c4daf05b9
commit df3360848c
3 changed files with 1 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ export const getAlimtalkSearchClOptionGroup = (t: TFunction) => [
export const getAlimtalkServiceCodeOptionGroup = (t: TFunction) => [
{ name: t('transaction.constants.all'), value: '' },
{ name: t('transaction.constants.card'), value: ServiceCode.CARD },
{ name: t('transaction.constants.creditCard'), value: ServiceCode.CARD },
{ name: t('transaction.constants.accountTransfer'), value: ServiceCode.BANK },
{ name: t('transaction.constants.virtualAccount'), value: ServiceCode.VBANK },
{ name: t('transaction.constants.mobilePhone'), value: ServiceCode.PHONE }