Kgshop commited on
Commit
c79f740
·
verified ·
1 Parent(s): e845c72

Sync data.json 2025-06-22 10:07:41

Browse files
Files changed (1) hide show
  1. data.json +20 -1
data.json CHANGED
@@ -21,5 +21,24 @@
21
  "categories": [
22
  "Ленты"
23
  ],
24
- "orders": {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  }
 
21
  "categories": [
22
  "Ленты"
23
  ],
24
+ "orders": {
25
+ "20250622100741-b8e35d": {
26
+ "id": "20250622100741-b8e35d",
27
+ "created_at": "2025-06-22 10:07:41",
28
+ "cart": [
29
+ {
30
+ "name": "Тест",
31
+ "price_type": "Шт",
32
+ "price_value": 100.0,
33
+ "quantity": 100,
34
+ "color": "N/A",
35
+ "photo": "_20250622100727027268.jpg",
36
+ "photo_url": "https://huggingface.co/datasets/Kgshop/prazdnik/resolve/main/photos/_20250622100727027268.jpg"
37
+ }
38
+ ],
39
+ "total_price": 10000.0,
40
+ "user_info": null,
41
+ "status": "new"
42
+ }
43
+ }
44
  }