forked from amer2004/SweetHome
added the elmeent on the nav and fixed the payments transactions
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user