From 101dfd1c18db56a0604222243466e5844e1605c0 Mon Sep 17 00:00:00 2001 From: Acea Spades Date: Wed, 16 Oct 2024 08:53:41 -0700 Subject: [PATCH] Update 15.md --- 15.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/15.md b/15.md index 43c5dc22..621b5b41 100644 --- a/15.md +++ b/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. |