feat: add order confirmation
This commit is contained in:
parent
3d3125c9e4
commit
127f4148ea
2 changed files with 18 additions and 9 deletions
|
|
@ -8,6 +8,7 @@ async function shoppingCartCheckout(path) {
|
|||
props: ['cart', 'stall', 'customer-pubkey'],
|
||||
data: function () {
|
||||
return {
|
||||
orderConfirmed: false,
|
||||
paymentMethod: 'ln',
|
||||
shippingZone: null,
|
||||
contactData: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue