- 정산조회_정산내역_ 거래기준 조회 Request Enum Value 오류 수정

This commit is contained in:
HyeonJongKim
2025-11-14 10:07:49 +09:00
parent 44cadaee3c
commit 511a6c06fd
6 changed files with 14 additions and 14 deletions

View File

@@ -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) => [