Added payment types
All checks were successful
Build frontend / build (push) Successful in 1m56s

This commit is contained in:
Rahaf
2026-07-04 01:49:04 +03:00
parent c7698741c7
commit 3b66bb53f1
3 changed files with 89 additions and 79 deletions

View File

@ -355,6 +355,10 @@ export async function getCurrencies() {
return apiFetch("/Currency/GetAll");
}
export async function getPaymentTypes() {
return apiFetch("/PaymentType/GetAll");
}
// ─── Files ───
export async function uploadPicture(file) {