Fix subscription errors (#81)
* pref: merge filters in one * chore: load nit * feat: restore individual order
This commit is contained in:
parent
a3299b63c4
commit
889152a80b
8 changed files with 138 additions and 66 deletions
|
|
@ -152,8 +152,8 @@ const merchant = async () => {
|
|||
filterOrdersForCustomer: function (customerPubkey) {
|
||||
this.orderPubkey = customerPubkey
|
||||
},
|
||||
showOrderDetails: async function (orderId) {
|
||||
await this.$refs.orderListRef.orderSelected(orderId)
|
||||
showOrderDetails: async function (orderData) {
|
||||
await this.$refs.orderListRef.orderSelected(orderData.orderId, orderData.eventId)
|
||||
},
|
||||
waitForNotifications: async function () {
|
||||
if (!this.merchant) return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue