feat: add order confirmation

This commit is contained in:
Vlad Stan 2023-07-11 11:42:28 +03:00
parent 3d3125c9e4
commit 127f4148ea
2 changed files with 18 additions and 9 deletions

View file

@ -8,6 +8,7 @@ async function shoppingCartCheckout(path) {
props: ['cart', 'stall', 'customer-pubkey'],
data: function () {
return {
orderConfirmed: false,
paymentMethod: 'ln',
shippingZone: null,
contactData: {