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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user