From a7e8593a9abe3b01b253706bb02d208050303bba Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 18 Jan 2023 16:45:09 +0000 Subject: [PATCH] Update README.md --- lnbits/extensions/market/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lnbits/extensions/market/README.md b/lnbits/extensions/market/README.md index 88f89674f..0dadf7a05 100644 --- a/lnbits/extensions/market/README.md +++ b/lnbits/extensions/market/README.md @@ -15,7 +15,7 @@ A `merchant` and `customer` both have a NOSTR key-pair that are used to sign not * `merchant` - seller of products with NOSTR key-pair * `customer` - buyer of products with NOSTR key-pair -* `product` - item for sale by the `merchhant` +* `product` - item for sale by the `merchant` * `stall` - list of products controlled by `merchant` * `marketplace` - clientside software for searching `stalls` an buying `products` @@ -40,7 +40,7 @@ The `merchant` event that publishes and updates product lists ALL fields are optional apart from the `timestamp`. Data from newer events should replace data from older events. `action` types (used to indicate changes): -* `update` element has chnaged +* `update` element has changed * `delete` element should be deleted * `suspend` element is suspended * `unsuspend` element is unsuspended @@ -54,7 +54,7 @@ ALL fields are optional apart from the `timestamp`. Data from newer events shoul "action": , "stalls": [ { - "id": , + "id": , "name": , "description": , "categories": , @@ -82,7 +82,7 @@ ALL fields are optional apart from the `timestamp`. Data from newer events shoul ] }, { - "id": , + "id": , "name": , "description": , "categories": , @@ -121,7 +121,7 @@ ALL fields are optional apart from `timestamp`. "message": , "timestamp": , "contact": [ - "nostr": , + "nostr": , "phone": , "email": ], @@ -166,15 +166,15 @@ Sent back from the merchant for payment. Any payment option is valid that the me "payment_options": [ { "type": , - "link": + "link": }, { "type": , - "link": + "link": }, { "type": , - "link": + "link": } } @@ -195,4 +195,4 @@ Once payment has been received and processed. ## Customer support events -Customer support is handle over whatever communication method was specified. If communicationg via nostr, NIP-04 is used https://github.com/nostr-protocol/nips/blob/master/04.md. \ No newline at end of file +Customer support is handle over whatever communication method was specified. If communicationg via nostr, NIP-04 is used https://github.com/nostr-protocol/nips/blob/master/04.md.