Skip to content

Commit c6a31b7

Browse files
authored
fix checkout post cart example
1 parent 9433641 commit c6a31b7

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

openapi/checkout.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,16 @@
2929
{
3030
"noticeNumber": "302012387654312384",
3131
"fiscalCode": "77777777777",
32-
"amount": 1000
32+
"amount": 1000,
33+
"companyName": "Università degli Studi di Roma La Sapienza",
34+
"description": "Pagamento test PostePay"
3335
},
3436
{
3537
"noticeNumber": "302012387654312385",
3638
"fiscalCode": "77777777777",
37-
"amount": 2000
39+
"amount": 2000,
40+
"companyName": "Università degli Studi di Roma La Sapienza",
41+
"description": "Pagamento test PostePay"
3842
}
3943
],
4044
"returnUrls": {
@@ -162,12 +166,16 @@
162166
{
163167
"noticeNumber": "302012387654312384",
164168
"fiscalCode": "77777777777",
165-
"amount": 1000
169+
"amount": 1000,
170+
"detail": "There was an error processing the request",
171+
"instance": "string"
166172
},
167173
{
168174
"noticeNumber": "302012387654312385",
169175
"fiscalCode": "77777777777",
170-
"amount": 2000
176+
"amount": 2000,
177+
"detail": "There was an error processing the request",
178+
"instance": "string"
171179
}
172180
]
173181
},

0 commit comments

Comments
 (0)