feat: UI stuff
This commit is contained in:
parent
8e2bc8bb92
commit
761cf02a34
3 changed files with 34 additions and 76 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue