Reference correct payment type definition for webhook events in Swagger docs

This commit is contained in:
Umar Bolatov 2022-02-01 22:11:07 -08:00 committed by Andrew Camilleri
parent 0f5d932726
commit 1e5934895d

View File

@ -744,7 +744,7 @@
},
"payment": {
"description": "Details about the payment",
"$ref": "#/components/schemas/InvoicePaymentMethodDataModel"
"$ref": "#/components/schemas/Payment"
}
}
}