Upload auth_system.json with huggingface_hub
Browse files- auth_system.json +7 -4
auth_system.json
CHANGED
@@ -22,12 +22,15 @@
|
|
22 |
"user_id": 1
|
23 |
}
|
24 |
],
|
25 |
-
"cart": [
|
|
|
26 |
{
|
27 |
"id": 1,
|
|
|
28 |
"product_id": 1,
|
29 |
-
"quantity": 100
|
|
|
|
|
30 |
}
|
31 |
-
]
|
32 |
-
"sales": []
|
33 |
}
|
|
|
22 |
"user_id": 1
|
23 |
}
|
24 |
],
|
25 |
+
"cart": [],
|
26 |
+
"sales": [
|
27 |
{
|
28 |
"id": 1,
|
29 |
+
"sale_id": "akCGJyG22sy0d",
|
30 |
"product_id": 1,
|
31 |
+
"quantity": 100,
|
32 |
+
"total_amount": 35000.0,
|
33 |
+
"sale_date": "2025-02-16 18:31:58"
|
34 |
}
|
35 |
+
]
|
|
|
36 |
}
|