Update InvoiceConfirmed to InvoiceSettled in swagger (#2681)

fix #2580
This commit is contained in:
Umar Bolatov
2021-07-07 20:41:03 -07:00
committed by GitHub
parent 50be6595bd
commit 6c76866f28

View File

@@ -615,7 +615,7 @@
"type": {
"type": "string",
"nullable": false,
"description": "The type of this event, current available are `InvoiceCreated`, `InvoiceReceivedPayment`, `InvoicePaidInFull`, `InvoiceExpired`, `InvoiceConfirmed`, and `InvoiceInvalid`."
"description": "The type of this event, current available are `InvoiceCreated`, `InvoiceReceivedPayment`, `InvoicePaidInFull`, `InvoiceExpired`, `InvoiceSettled`, and `InvoiceInvalid`."
},
"timestamp": {
"description": "The timestamp when this delivery has been created",