Skip to content

Commit

Permalink
feat: CHK-3560 add idBundle to close payment request (#2556)
Browse files Browse the repository at this point in the history
feat: add idBundle to close payment request

Co-authored-by: Simone infante <[email protected]>
  • Loading branch information
pietro-tota and infantesimone authored Nov 18, 2024
1 parent a523041 commit 61313a3
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/core/api/nodopagamenti_api/nodoPerPM/v2/_openapi.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,12 @@
"format": "date-time",
"example": "2022-02-22T14:41:58.811+01:00"
},
"idBundle": {
"type": "string",
"description": "Bundle id",
"format": "uuid",
"example": "733a12e7-5bc7-41f8-a5f1-a693bf57011f"
},
"transactionDetails": {
"$ref": "#/components/schemas/TransactionDetails"
},
Expand Down Expand Up @@ -612,6 +618,12 @@
"format": "date-time",
"example": "2022-02-22T14:41:58.811+01:00"
},
"idBundle": {
"type": "string",
"description": "Bundle id",
"format": "uuid",
"example": "733a12e7-5bc7-41f8-a5f1-a693bf57011f"
},
"transactionDetails": {
"$ref": "#/components/schemas/TransactionDetails"
},
Expand Down Expand Up @@ -701,6 +713,12 @@
"format": "date-time",
"example": "2022-02-22T14:41:58.811+01:00"
},
"idBundle": {
"type": "string",
"description": "Bundle id",
"format": "uuid",
"example": "733a12e7-5bc7-41f8-a5f1-a693bf57011f"
},
"transactionDetails": {
"$ref": "#/components/schemas/TransactionDetails"
},
Expand Down Expand Up @@ -790,6 +808,12 @@
"format": "date-time",
"example": "2022-02-22T14:41:58.811+01:00"
},
"idBundle": {
"type": "string",
"description": "Bundle id",
"format": "uuid",
"example": "733a12e7-5bc7-41f8-a5f1-a693bf57011f"
},
"transactionDetails": {
"$ref": "#/components/schemas/TransactionDetails"
},
Expand Down Expand Up @@ -879,6 +903,12 @@
"format": "date-time",
"example": "2022-02-22T14:41:58.811+01:00"
},
"idBundle": {
"type": "string",
"description": "Bundle id",
"format": "uuid",
"example": "733a12e7-5bc7-41f8-a5f1-a693bf57011f"
},
"transactionDetails": {
"$ref": "#/components/schemas/TransactionDetails"
},
Expand Down Expand Up @@ -968,6 +998,12 @@
"format": "date-time",
"example": "2022-02-22T14:41:58.811+01:00"
},
"idBundle": {
"type": "string",
"description": "Bundle id",
"format": "uuid",
"example": "733a12e7-5bc7-41f8-a5f1-a693bf57011f"
},
"transactionDetails": {
"$ref": "#/components/schemas/TransactionDetails"
},
Expand Down Expand Up @@ -1057,6 +1093,12 @@
"format": "date-time",
"example": "2022-02-22T14:41:58.811+01:00"
},
"idBundle": {
"type": "string",
"description": "Bundle id",
"format": "uuid",
"example": "733a12e7-5bc7-41f8-a5f1-a693bf57011f"
},
"transactionDetails": {
"$ref": "#/components/schemas/TransactionDetails"
},
Expand Down

0 comments on commit 61313a3

Please sign in to comment.