A lot of unplanned clean up and created some new/missing methods and routes. Mainly working on order and order_cart related stuff.

This commit is contained in:
Scott Idem
2021-08-07 18:15:59 -04:00
parent 9915c7d9ed
commit 106a186ea6
12 changed files with 565 additions and 278 deletions

View File

@@ -27,6 +27,7 @@ class Product_Base(BaseModel):
# NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
# NOTE need to check @validator NOTE NOTE NOTE NOTE
# This is essentially what the product is paying for
for_type: Optional[str]
for_id_random: Optional[str]
for_id: Optional[int]