- 정산조회_정산내역_ 거래기준 조회 Request Enum Value 오류 수정
This commit is contained in:
@@ -3,7 +3,7 @@ import { SettlementPaymentMethod, SettlementPeriodType } from './types';
|
||||
|
||||
export const getSettlementPeriodTypeBtnGroup = (t: TFunction) => [
|
||||
{name: t('settlement.periodType.settlementDate'), value: SettlementPeriodType.SETTLEMENT_DATE },
|
||||
{name: t('settlement.periodType.transactionDate'), value: SettlementPeriodType.TRANSACTION_DATE }
|
||||
{name: t('settlement.periodType.transactionDate'), value: SettlementPeriodType.DEPOSIT_DATE }
|
||||
];
|
||||
|
||||
export const getSettlementPaymentMethodOptionsGroup = (t: TFunction) => [
|
||||
|
||||
Reference in New Issue
Block a user