Skip to content

Commit 87cdf57

Browse files
committed
fix checkout openapi
1 parent ce50668 commit 87cdf57

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

openapi/checkout.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"example": {
7676
"type": "about:blank",
7777
"title": "string",
78-
"status": 200,
78+
"status": 400,
7979
"detail": "There was an error processing the request",
8080
"instance": "string"
8181
}
@@ -92,7 +92,7 @@
9292
"example": {
9393
"type": "about:blank",
9494
"title": "string",
95-
"status": 200,
95+
"status": 500,
9696
"detail": "There was an error processing the request",
9797
"instance": "string"
9898
}
@@ -167,15 +167,15 @@
167167
"noticeNumber": "302012387654312384",
168168
"fiscalCode": "77777777777",
169169
"amount": 1000,
170-
"detail": "There was an error processing the request",
171-
"instance": "string"
170+
"companyName": "Università degli Studi di Roma La Sapienza",
171+
"description": "Pagamento test PostePay"
172172
},
173173
{
174174
"noticeNumber": "302012387654312385",
175175
"fiscalCode": "77777777777",
176176
"amount": 2000,
177-
"detail": "There was an error processing the request",
178-
"instance": "string"
177+
"companyName": "Università degli Studi di Roma La Sapienza",
178+
"description": "Pagamento test PostePay"
179179
}
180180
]
181181
},
@@ -276,4 +276,4 @@
276276
"apiKeyQuery": []
277277
}
278278
]
279-
}
279+
}

0 commit comments

Comments
 (0)