Update payment_notification.md

This commit is contained in:
Roy Sheinfeld
2023-12-17 15:19:29 +02:00
committed by GitHub
parent e78bb907b5
commit 8d3c28a6c4

View File

@@ -90,7 +90,7 @@ The payment received webhook payload is json formatted and contains the followin
{ {
"type": "payment_received", "type": "payment_received",
"data": { "data": {
"payment_hash" : [payment hash] "payment_hash": [payment hash]
} }
} }
</pre> </pre>