added the elmeent on the nav and fixed the payments transactions

This commit is contained in:
mouazkh
2026-06-23 23:32:07 +03:00
parent 61e527fab3
commit 199478f237
8 changed files with 958 additions and 33 deletions

View File

@ -1032,6 +1032,12 @@ export async function payDeposit(data) {
});
}
export async function getMyTransaction() {
return apiFetch("/Customer/GetMyTransaction", {
method: "GET",
});
}
// ─── Owner Contact & Stats ───
export async function getOwnerContactInformation(propertyInformationId) {