Update 15.md

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
gzuuus 2024-04-10 10:27:49 +00:00 committed by GitHub
parent 91f13a7d7e
commit d851ed802a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
15.md
View File

@ -227,7 +227,7 @@ The below JSON goes in `content` of [NIP-04](https://github.com/nostr-protocol/n
{
"id": <string, id of the order>,
"type": 2,
"status":<String, "pending" | "processing" | "completed" | "cancelled" | "refunded" | "failed">;,
"status":<string, "pending" | "processing" | "completed" | "cancelled" | "refunded" | "failed">;,
"message": <string, message to customer>,
"paid": <bool: has received payment>,
"shipped": <bool: has been shipped>,