This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user