From 6fc3c695590f86eb640bdcc21f1c6997d88c2de7 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 29 Oct 2024 14:12:49 +0700 Subject: [PATCH] fix: payload --- src/controllers/05-quotation-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index de7dd3f..3775dcf 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -40,7 +40,7 @@ type QuotationCreate = { payCondition: PayCondition; paySplitCount?: number; - paySplit?: { date: Date; amount: number }[]; + paySplit?: { amount: number }[]; payBillDate?: Date;