결제수단 en/ko
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user