From 71a273f7f0037b445ea3b237e4671b20633c56cb Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Wed, 30 Oct 2024 10:46:45 +0700 Subject: [PATCH] chore: add deprecated function --- src/stores/quotations/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stores/quotations/index.ts b/src/stores/quotations/index.ts index e6146b1f..56d91b0a 100644 --- a/src/stores/quotations/index.ts +++ b/src/stores/quotations/index.ts @@ -146,6 +146,9 @@ export const useQuotationStore = defineStore('quotation-store', () => { }; }); +/** + * @deprecated Please use payment store instead. + */ export const useQuotationPayment = defineStore('quotation-payment', () => { async function getQuotationPayment(quotationId: string) { const res = await api.get>(