Skip to content

Commit 74fbd1d

Browse files
authored
Update checkout.json
1 parent c6a31b7 commit 74fbd1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

openapi/checkout.json

Lines changed: 6 additions & 6 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
},

0 commit comments

Comments
 (0)