feat: link order to DMs

This commit is contained in:
Vlad Stan 2023-03-17 10:51:20 +02:00
parent 3d41954c32
commit 9d63d2f5d8
11 changed files with 32 additions and 23 deletions

View file

@ -37,6 +37,7 @@
:adminkey="g.user.wallets[0].adminkey"
:inkey="g.user.wallets[0].inkey"
:wallet-options="g.user.walletOptions"
@customer-selected-for-order="customerSelectedForOrder"
></stall-list>
</q-card-section>
</q-card>
@ -114,6 +115,7 @@
</div>
<div v-if="merchant && merchant.id" class="col-12">
<direct-messages
:active-public-key="activeChatCustomer"
:inkey="g.user.wallets[0].inkey"
:adminkey="g.user.wallets[0].adminkey"
>