Skip to content

Commit

Permalink
Add Trial conversion quote in Storefront change order items (#1820)
Browse files Browse the repository at this point in the history
* Add Trial conversion quote in Storefront change order items

* Fix definitions

* Update openapi/components/schemas/StorefrontQuoteChangeOrder.yaml

Co-authored-by: Alexey Sukhikh <[email protected]>

* Add missing definition

---------

Co-authored-by: Alexey Sukhikh <[email protected]>
  • Loading branch information
XaosSintez and lexerom authored Mar 7, 2024
1 parent d6882f2 commit e16f657
Show file tree
Hide file tree
Showing 6 changed files with 929 additions and 2 deletions.
4 changes: 3 additions & 1 deletion openapi/components/schemas/Quote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ discriminator:
create: ./QuoteCreateOrder.yaml
change: ./QuoteChangeOrder.yaml
reactivate: ./QuoteReactivateOrder.yaml
trial-conversion: ./QuoteTrialConversionOrder.yaml
oneOf:
- $ref: ./QuoteCreateOrder.yaml
- $ref: ./QuoteChangeOrder.yaml
- $ref: ./QuoteReactivateOrder.yaml
- $ref: ./QuoteReactivateOrder.yaml
- $ref: ./QuoteTrialConversionOrder.yaml
Loading

0 comments on commit e16f657

Please sign in to comment.