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>(