add order for category

This commit is contained in:
2026-01-05 11:28:36 +03:30
parent 2f4356e8da
commit f4dd09f7a6
4 changed files with 20 additions and 1 deletions
@@ -46,6 +46,7 @@ export class FoodService {
pickupServe: rest.pickupServe ?? false,
discount: rest.discount ?? 0,
isSpecialOffer: rest.isSpecialOffer ?? false,
order: rest.order ?? null,
// map single-title/content DTO to localized fields
title: rest.title,
content: rest.content,