Aleksmorshen commited on
Commit
583b353
·
verified ·
1 Parent(s): 9a015f4

Upload auth_system.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. auth_system.json +8 -2
auth_system.json CHANGED
@@ -13,10 +13,16 @@
13
  "description": "",
14
  "purchase_price": 100.0,
15
  "sale_price": 350.0,
16
- "quantity_in_stock": 50403,
17
  "user_id": 1
18
  }
19
  ],
20
- "cart": [],
 
 
 
 
 
 
21
  "sales": []
22
  }
 
13
  "description": "",
14
  "purchase_price": 100.0,
15
  "sale_price": 350.0,
16
+ "quantity_in_stock": 50303,
17
  "user_id": 1
18
  }
19
  ],
20
+ "cart": [
21
+ {
22
+ "id": 1,
23
+ "product_id": 1,
24
+ "quantity": 100
25
+ }
26
+ ],
27
  "sales": []
28
  }