fix: notify misplacement
This commit is contained in:
parent
b4da149007
commit
aefe43f8a8
1 changed files with 3 additions and 4 deletions
|
|
@ -205,7 +205,9 @@ async function customerStall(path) {
|
||||||
data: {
|
data: {
|
||||||
payment_request: null
|
payment_request: null
|
||||||
},
|
},
|
||||||
dismissMsg: null,
|
dismissMsg: this.$q.notify({
|
||||||
|
message: 'Waiting for invoice from merchant...'
|
||||||
|
}),
|
||||||
show: true
|
show: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -271,9 +273,6 @@ async function customerStall(path) {
|
||||||
await this.sendOrder(event)
|
await this.sendOrder(event)
|
||||||
},
|
},
|
||||||
async sendOrder(order) {
|
async sendOrder(order) {
|
||||||
this.$q.notify({
|
|
||||||
message: 'Waiting for invoice from merchant...'
|
|
||||||
})
|
|
||||||
for (const url of Array.from(this.relays)) {
|
for (const url of Array.from(this.relays)) {
|
||||||
try {
|
try {
|
||||||
let relay = NostrTools.relayInit(url)
|
let relay = NostrTools.relayInit(url)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue