mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-14 07:49:07 -05:00
Update 15.md
This commit is contained in:
parent
5bdc3b3718
commit
101dfd1c18
8
15.md
8
15.md
|
@ -25,8 +25,8 @@ The following kinds are utilized by this NIP:
|
|||
| `30018` | `set_product` | Create or update a product. |
|
||||
| `30018` | `customize_market` | Save customizations for marketplace experience. |
|
||||
| `30020` | `set_auction` | Create or update a product sold as an auction |
|
||||
| `30030` | `request_payment` | Merchant requests payment for order from customer. |
|
||||
| `30031` | `submit_order` | Customer submits order to merchant for product. |
|
||||
| `30030` | `submit_order` | Customer submits order to merchant for product. |
|
||||
| `30031` | `request_payment` | Merchant requests payment for order from customer. |
|
||||
| `30032` | `confirm_payment` | Merchant confirms payment is received for order. |
|
||||
| `30033` | `confirm_shipment` | Merchant confirms order has been shipped. |
|
||||
|
||||
|
@ -49,7 +49,7 @@ A customer can publish these events:
|
|||
| `14` | `direct_message` | Communicate with the merchant. The messages can be plain-text or JSON. |
|
||||
| `1021` | `bid` | Customer places bid on auctioned product. |
|
||||
| `30018` | `customize_market` | Save customizations for marketplace experience. |
|
||||
| `30031` | `submit_order` | Customer submits order to merchant for product. |
|
||||
| `30030` | `submit_order` | Customer submits order to merchant for product. |
|
||||
|
||||
### Merchant admin
|
||||
|
||||
|
@ -73,7 +73,7 @@ A merchant can publish these events:
|
|||
| `30017` | `set_stall` | Create or update a stall. |
|
||||
| `30018` | `set_product` | Create or update a product. |
|
||||
| `30020` | `set_auction` | Create or update a product sold as an auction |
|
||||
| `30030` | `request_payment` | Merchant requests payment for order from customer. |
|
||||
| `30031` | `request_payment` | Merchant requests payment for order from customer. |
|
||||
| `30032` | `confirm_payment` | Merchant confirms payment is received for order. |
|
||||
| `30033` | `confirm_shipment` | Merchant confirms order has been shipped. |
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user