Skip to content

Commit

Permalink
Rename Quote embedded order to subscription (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexerom authored Apr 9, 2024
1 parent 49dc746 commit 687b908
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/components/schemas/QuoteChangeOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ properties:
type: object
website:
type: object
order:
subscription:
type: object
invoice:
type: object
2 changes: 1 addition & 1 deletion openapi/components/schemas/QuoteCreateOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ properties:
type: object
website:
type: object
order:
subscription:
type: object
invoice:
type: object
2 changes: 1 addition & 1 deletion openapi/components/schemas/QuoteReactivateOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ properties:
type: object
website:
type: object
order:
subscription:
type: object
invoice:
type: object
2 changes: 1 addition & 1 deletion openapi/components/schemas/StorefrontQuoteChangeOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ properties:
type: object
website:
type: object
order:
subscription:
type: object
invoice:
type: object
2 changes: 1 addition & 1 deletion openapi/components/schemas/StorefrontQuoteCreateOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ properties:
type: object
website:
type: object
order:
subscription:
type: object
invoice:
type: object
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ properties:
type: object
website:
type: object
order:
subscription:
type: object
invoice:
type: object

0 comments on commit 687b908

Please sign in to comment.