feat: manage shipping zones

This commit is contained in:
Vlad Stan 2023-02-28 16:30:09 +02:00
parent dcda99830e
commit 31c5a82cb9
8 changed files with 444 additions and 20 deletions

View file

@ -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) {