feat: temp contact area

This commit is contained in:
Vlad Stan 2023-07-10 10:01:47 +03:00
parent 303afcfab4
commit 81907426e5
2 changed files with 49 additions and 4 deletions

View file

@ -10,6 +10,11 @@ async function shoppingCartCheckout(path) {
return {
paymentMethod: 'ln',
shippingZone: null,
contactData: {
email: null,
address: null,
message: null
},
paymentOptions: [
{
label: 'Lightning Network',