fix: create invoice for fresh merchant

This commit is contained in:
Vlad Stan 2023-03-15 23:08:37 +02:00
parent eb01b3ab34
commit 6498f1aa96
6 changed files with 42 additions and 19 deletions

View file

@ -30,6 +30,7 @@ async function merchantDetails(path) {
'/nostrmarket/api/v1/merchant/' + this.merchantId,
this.adminkey
)
// todo: refresh parent page
this.$emit('merchant-deleted', this.merchantId)
this.$q.notify({
type: 'positive',