Added refunds

This commit is contained in:
ben
2022-08-27 16:37:31 +01:00
parent 330a026379
commit 99595ba96b
5 changed files with 80 additions and 9 deletions
@@ -140,7 +140,7 @@ new Vue({
.request(
'GET',
'/boltcards/api/v1/cards?all_wallets=true',
this.g.user.wallets[0].inkey
this.g.user.wallets[0].adminkey
)
.then(function (response) {
self.cards = response.data.map(function (obj) {