diff --git a/static/components/customer-stall/customer-stall.html b/static/components/customer-stall/customer-stall.html index 9d11834..f9651d8 100644 --- a/static/components/customer-stall/customer-stall.html +++ b/static/components/customer-stall/customer-stall.html @@ -23,7 +23,7 @@ o.type == 'ln' - ).link + let payment_request = json.payment_options.find(o => o.type == 'ln') + .link if (!payment_request) return this.loading = false this.qrCodeDialog.data.payment_request = payment_request diff --git a/templates/nostrmarket/market.html b/templates/nostrmarket/market.html index 82d874b..fc3c3d2 100644 --- a/templates/nostrmarket/market.html +++ b/templates/nostrmarket/market.html @@ -186,7 +186,7 @@ v-if="!isLoading && activeStall" :stall="stalls.find(stall => stall.id == activeStall)" :products="filterProducts" - :stallproducts="products.filter(p => p.stall_id == activeStall)" + :stall-products="products.filter(p => p.stall_id == activeStall)" :product-detail="activeProduct" :relays="relays" :account="account"