Skip to content

Commit 54358dd

Browse files
committed
Update payment method field on creating order
1 parent 9ea218b commit 54358dd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/new_buy_order_ln_address.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Creating buy order with a [lightning address](https://github.com/andrerfneves/li
1616
"amount": 0,
1717
"fiat_code": "VES",
1818
"fiat_amount": 100,
19-
"payment_method": "face to face",
19+
"payment_method": "face to face,mobile",
2020
"premium": 1,
2121
"buyer_invoice": "mostro_p2p@ln.tips",
2222
"created_at": 0
@@ -60,7 +60,7 @@ Mostro will send back a nip59 event as a confirmation message to the user like t
6060
"amount": 0,
6161
"fiat_code": "VES",
6262
"fiat_amount": 100,
63-
"payment_method": "face to face",
63+
"payment_method": "face to face,mobile",
6464
"premium": 1,
6565
"master_buyer_pubkey": null,
6666
"master_seller_pubkey": null,
@@ -90,7 +90,7 @@ Mostro publishes this order as an event kind `38383` with status `pending`:
9090
["s", "pending"],
9191
["amt", "0"],
9292
["fa", "100"],
93-
["pm", "face to face"],
93+
["pm", "face to face", "mobile"],
9494
["premium", "1"],
9595
["rating", "[\"rating\",{\"days\":10,\"total_rating\":4.5,\"total_reviews\":7}]"],
9696
["network", "mainnet"],

src/new_sell_order.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To create a new sell order the user should send a Gift wrap Nostr event to Mostr
1818
"min_amount": null,
1919
"max_amount": null,
2020
"fiat_amount": 100,
21-
"payment_method": "face to face",
21+
"payment_method": "face to face,bank transfer,mobile",
2222
"premium": 1,
2323
"created_at": 0
2424
}
@@ -69,7 +69,7 @@ Mostro will send back a nip59 event as a confirmation message to the user like t
6969
"amount": 0,
7070
"fiat_code": "VES",
7171
"fiat_amount": 100,
72-
"payment_method": "face to face",
72+
"payment_method": "face to face,bank transfer,mobile",
7373
"premium": 1,
7474
"created_at": 1698870173
7575
}
@@ -98,7 +98,7 @@ Mostro publishes this order as an event kind `38383` with status `pending`:
9898
["s", "pending"],
9999
["amt", "0"],
100100
["fa", "100"],
101-
["pm", "face to face", "bank transfer"],
101+
["pm", "face to face", "bank transfer", "mobile"],
102102
["premium", "1"],
103103
["rating", "[\"rating\",{\"days\":10,\"total_rating\":4.5,\"total_reviews\":7}]"],
104104
["network", "mainnet"],

0 commit comments

Comments
 (0)