feat: temp contact area
This commit is contained in:
parent
303afcfab4
commit
81907426e5
2 changed files with 49 additions and 4 deletions
|
|
@ -10,6 +10,11 @@ async function shoppingCartCheckout(path) {
|
|||
return {
|
||||
paymentMethod: 'ln',
|
||||
shippingZone: null,
|
||||
contactData: {
|
||||
email: null,
|
||||
address: null,
|
||||
message: null
|
||||
},
|
||||
paymentOptions: [
|
||||
{
|
||||
label: 'Lightning Network',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue