Browse Source

Merge remote-tracking branch 'refs/remotes/origin/main'

Medowar 1 tháng trước cách đây
mục cha
commit
d54d377282
1 tập tin đã thay đổi với 17 bổ sung0 xóa
  1. 17 0
      data/reservations.json

+ 17 - 0
data/reservations.json

@@ -106,6 +106,23 @@
             "status": "open",
             "picked_up": false,
             "type": "regular"
+        },
+        {
+            "id": "FWFS-2026-007",
+            "customer_name": "Josef Test Responsive",
+            "customer_email": "medowar@AllFreeMail.net",
+            "items": [
+                {
+                    "product_id": 1,
+                    "quantity": 1,
+                    "size": "S"
+                }
+            ],
+            "created": "2026-02-09 12:05:43",
+            "expires": "2026-04-10 12:05:43",
+            "status": "open",
+            "picked_up": false,
+            "type": "regular"
         }
     ]
 }