Merge pull request #31 from lnbits/add_readme_instructions

Add merchant setup guide in readme
This commit is contained in:
Vlad Stan 2023-03-28 09:49:13 +03:00 committed by GitHub
commit 48554b965a
5 changed files with 78 additions and 265 deletions

View file

@ -23,7 +23,7 @@
<shopping-cart
:cart="cart"
:cart-menu="cartMenu"
:products="stallproducts"
:products="stallProducts"
@add-to-cart="addToCart"
@remove-from-cart="removeFromCart"
@update-qty="updateQty"

View file

@ -10,7 +10,7 @@ async function customerStall(path) {
'login-dialog',
'stall',
'products',
'stallproducts',
'stall-products',
'product-detail',
'change-page',
'relays',