Update Swagger docs for webhook event types (#3104)

close #2999
This commit is contained in:
Umar Bolatov
2021-11-14 20:08:54 -08:00
committed by GitHub
parent 08f57558da
commit 037a77a573

View File

@@ -625,7 +625,7 @@
"type": {
"type": "string",
"nullable": false,
"description": "The type of this event, current available are `InvoiceCreated`, `InvoiceReceivedPayment`, `InvoicePaidInFull`, `InvoiceExpired`, `InvoiceSettled`, and `InvoiceInvalid`."
"description": "The type of this event, current available are `InvoiceCreated`, `InvoiceReceivedPayment`, `InvoiceProcessing`, `InvoiceExpired`, `InvoiceSettled`, `InvoiceInvalid`, and `InvoicePaymentSettled`."
},
"timestamp": {
"description": "The timestamp when this delivery has been created",
@@ -899,9 +899,9 @@
}
}
},
"InvoicePaidInFull": {
"InvoiceProcessing": {
"post": {
"summary": "InvoicePaidInFull",
"summary": "InvoiceProcessing",
"description": "Triggers when an invoice is fully paid, but doesn't have the required amount of confirmations on the blockchain yet according to your store's settings.",
"parameters": [
{