File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
app/recipes/marketplace/examples/restaurant-delivery Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1424,7 +1424,13 @@ curl -X POST 'http://localhost:9000/restaurants/res_01J5X704WQTFSZMRC7Z6S3YAC7/p
14241424 "amount": 20
14251425 }
14261426 ],
1427- "manage_inventory": false
1427+ "manage_inventory": false,
1428+ "options": [
1429+ {
1430+ "title": "Default Title",
1431+ "values": ["Default Value"]
1432+ }
1433+ ]
14281434 }
14291435 ],
14301436 "sales_channels": [
Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ export const generatedEditDates = {
569569 "app/medusa-cli/commands/start/page.mdx": "2025-04-08T11:56:15.522Z",
570570 "app/medusa-cli/commands/telemtry/page.mdx": "2025-01-16T09:51:24.323Z",
571571 "app/medusa-cli/commands/user/page.mdx": "2024-08-28T10:44:52.489Z",
572- "app/recipes/marketplace/examples/restaurant-delivery/page.mdx": "2025-07-16T09:58:31.748Z ",
572+ "app/recipes/marketplace/examples/restaurant-delivery/page.mdx": "2025-08-25T07:30:37.299Z ",
573573 "references/types/HttpTypes/interfaces/types.HttpTypes.AdminCreateCustomerGroup/page.mdx": "2024-12-09T13:21:33.569Z",
574574 "references/types/HttpTypes/interfaces/types.HttpTypes.AdminCreateReservation/page.mdx": "2025-04-11T09:04:47.498Z",
575575 "references/types/HttpTypes/interfaces/types.HttpTypes.AdminCustomerGroup/page.mdx": "2025-05-20T07:51:41.059Z",
You can’t perform that action at this time.
0 commit comments