Skip to content

Commit d9388e8

Browse files
Merge pull request #25 from spring-media/luabrudna/vouchers_status_patch
Luabrudna/vouchers status patch
2 parents f97c7f1 + 76c99ee commit d9388e8

File tree

4 files changed

+64580
-1
lines changed

4 files changed

+64580
-1
lines changed

openapi_specs/latest/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- patched the ApiVoucher -> status field to also contain the "CANCELLED" variant.

openapi_specs/latest/openapi-v241218-MINOR-trimmed-down.json openapi_specs/latest/openapi-v241218-MINOR-manually-fixed-trimmed-down.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8469,7 +8469,8 @@
84698469
"enum": [
84708470
"ACTIVE",
84718471
"INACTIVE",
8472-
"DELETED"
8472+
"DELETED",
8473+
"CANCELLED"
84738474
]
84748475
},
84758476
"orderId": {

0 commit comments

Comments
 (0)