feat: manage shipping zones
This commit is contained in:
parent
dcda99830e
commit
31c5a82cb9
8 changed files with 444 additions and 20 deletions
|
|
@ -42,9 +42,9 @@ const merchant = async () => {
|
|||
getMerchant: async function () {
|
||||
try {
|
||||
const {data} = await LNbits.api.request(
|
||||
'get',
|
||||
'GET',
|
||||
'/nostrmarket/api/v1/merchant',
|
||||
this.g.user.wallets[0].adminkey
|
||||
this.g.user.wallets[0].inkey
|
||||
)
|
||||
this.merchant = data
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue