chore: code clean-up
This commit is contained in:
parent
efa5741445
commit
a293046106
2 changed files with 1 additions and 5 deletions
|
|
@ -273,8 +273,6 @@ async def _handle_dirrect_message(
|
|||
|
||||
|
||||
async def _handle_new_order(order: PartialOrder) -> Optional[str]:
|
||||
### todo: check that event_id not parsed already
|
||||
|
||||
order.validate_order()
|
||||
|
||||
first_product_id = order.items[0].product_id
|
||||
|
|
|
|||
|
|
@ -45,9 +45,7 @@
|
|||
/>
|
||||
</q-td>
|
||||
|
||||
<q-td key="id" :props="props">
|
||||
{{props.row.name}}
|
||||
</q-td>
|
||||
<q-td key="id" :props="props"> {{props.row.name}} </q-td>
|
||||
<q-td key="currency" :props="props"> {{props.row.currency}} </q-td>
|
||||
<q-td key="description" :props="props">
|
||||
{{props.row.config.description}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue