feat: add order confirmation

This commit is contained in:
Vlad Stan 2023-07-11 11:42:28 +03:00
parent c9f6d93e1a
commit 23c8c57663
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: {