Merge pull request #31 from lnbits/add_readme_instructions
Add merchant setup guide in readme
This commit is contained in:
commit
48554b965a
5 changed files with 78 additions and 265 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ async function customerStall(path) {
|
|||
'login-dialog',
|
||||
'stall',
|
||||
'products',
|
||||
'stallproducts',
|
||||
'stall-products',
|
||||
'product-detail',
|
||||
'change-page',
|
||||
'relays',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue