chore: code clean-up

This commit is contained in:
Vlad Stan 2023-03-17 18:01:34 +02:00
parent efa5741445
commit a293046106
2 changed files with 1 additions and 5 deletions

View file

@ -273,8 +273,6 @@ async def _handle_dirrect_message(
async def _handle_new_order(order: PartialOrder) -> Optional[str]: async def _handle_new_order(order: PartialOrder) -> Optional[str]:
### todo: check that event_id not parsed already
order.validate_order() order.validate_order()
first_product_id = order.items[0].product_id first_product_id = order.items[0].product_id

View file

@ -45,9 +45,7 @@
/> />
</q-td> </q-td>
<q-td key="id" :props="props"> <q-td key="id" :props="props"> {{props.row.name}} </q-td>
{{props.row.name}}
</q-td>
<q-td key="currency" :props="props"> {{props.row.currency}} </q-td> <q-td key="currency" :props="props"> {{props.row.currency}} </q-td>
<q-td key="description" :props="props"> <q-td key="description" :props="props">
{{props.row.config.description}} {{props.row.config.description}}