Working on order, carts, and Stripe

This commit is contained in:
Scott Idem
2022-01-23 18:31:45 -05:00
parent 4a8c77d4e0
commit b0537723a7
4 changed files with 12 additions and 7 deletions

View File

@@ -340,7 +340,7 @@ async def get_person_obj(
inc_user: bool = False, # Priority l1
commons: Common_Route_Params = Depends(common_route_params),
):
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
if person_id := redis_lookup_id_random(record_id_random=person_id, table_name='person'): pass