diff --git a/api/menu/items.cfm b/api/menu/items.cfm index 5b484ab..304b910 100644 --- a/api/menu/items.cfm +++ b/api/menu/items.cfm @@ -38,6 +38,12 @@ + + + + + + @@ -46,6 +52,7 @@ + @@ -82,10 +89,11 @@ + 0 @@ -93,6 +101,7 @@ (MenuStartTime IS NULL OR MenuEndTime IS NULL) OR (TIME(:currentTime) >= MenuStartTime AND TIME(:currentTime) <= MenuEndTime) ) + ORDER BY MenuSortOrder, MenuName ", { bizId: { value = BusinessID, cfsqltype = "cf_sql_integer" }, @@ -101,7 +110,19 @@ }, { datasource = "payfrit" } )> - + + + + + + + + + + @@ -510,7 +531,9 @@ "Items": rows, "COUNT": arrayLen(rows), "SCHEMA": newSchemaActive ? "unified" : "legacy", - "BRANDCOLOR": brandColor + "BRANDCOLOR": brandColor, + "Menus": menuList, + "SelectedMenuID": requestedMenuID })>