chore: add deprecated function

This commit is contained in:
Methapon Metanipat 2024-10-30 10:46:45 +07:00
parent c0fefa4211
commit 71a273f7f0

View file

@ -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<PaginationResult<QuotationPaymentData>>(