diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 6235b5c..440a7e0 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -941,6 +941,7 @@ export class QuotationActionController extends Controller { await tx.quotation.update({ where: { id: quotationId }, data: { + quotationStatus: QuotationStatus.PaymentSuccess, // NOTE: change back if already complete or canceled worker: { createMany: { data: body