Moving things to use the common_route_params. Rewriting most of things order and order_cart related! Updating address and contact related. General code clean up.
This commit is contained in:
@@ -63,7 +63,6 @@ async def get_obj_id_order_line_list(
|
||||
if not full_detail:
|
||||
if load_order_line_result := load_order_line_obj(
|
||||
order_line_id = order_line_rec.get('order_line_id', None),
|
||||
limit = limit,
|
||||
by_alias = by_alias,
|
||||
exclude_unset = exclude_unset,
|
||||
# model_as_dict = model_as_dict,
|
||||
|
||||
Reference in New Issue
Block a user