feat: show order details for customer
This commit is contained in:
parent
e6f2750272
commit
1a82fc030a
6 changed files with 27 additions and 13 deletions
|
|
@ -152,6 +152,9 @@ const merchant = async () => {
|
|||
filterOrdersForCustomer: function (customerPubkey) {
|
||||
this.orderPubkey = customerPubkey
|
||||
},
|
||||
showOrderDetails: async function (orderId) {
|
||||
await this.$refs.orderListRef.orderSelected(orderId)
|
||||
},
|
||||
waitForNotifications: async function () {
|
||||
if (!this.merchant) return
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue