feat: UI stuff

This commit is contained in:
Vlad Stan 2023-07-12 17:55:11 +03:00
parent 8e2bc8bb92
commit 761cf02a34
3 changed files with 34 additions and 76 deletions

View file

@ -111,7 +111,7 @@ async function shoppingCartCheckout(path) {
pubkey: this.customerPubkey
}
this.$emit('place-order', { event, order })
this.$emit('place-order', { event, order, cartId: this.cart.id })
},
goToShoppingCart: function () {