Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tornike Nanobashvili <[email protected]>
  • Loading branch information
lexerom and nanobash authored May 11, 2024
1 parent 2eb6b0a commit 79cebb1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion openapi/components/schemas/QuoteChangeOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ properties:
description: ID of the related order.
type: string
maxLength: 50
example: ord_0YV7DES3WPC5J8JD8QTVNZBZNZ
example: ord_01HVKA5975PJBSQ1SX72G3MSZC
orderChanges:
type: object
description: Related order properties.
Expand Down
3 changes: 1 addition & 2 deletions openapi/components/schemas/QuoteOrderItem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ properties:
description: ID of the quote item.
readOnly: true
type: string
example: qti_0YV7DES3WPC5J8JD8QTVNZBZNZ
example: qt_itm_01HXCEQNR3F1G2A6RX6HPS3KFY
id:
description: ID of the related order item.
type: string
example: sub_0YV7DES3WPC5J8JD8QTVNZBZNZ
type:
description: Specifies the type of order item.
type: string
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/QuoteReactivateOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ properties:
description: ID of the related order.
type: string
maxLength: 50
example: ord_0YV7DES3WPC5J8JD8QTVNZBZNZ
example: ord_01HVKA5975PJBSQ1SX72G3MSZC
orderChanges:
type: object
description: Related order properties.
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/StorefrontQuoteChangeOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ properties:
readOnly: true
type: string
maxLength: 50
example: ord_0YV7DES3WPC5J8JD8QTVNZBZNZ
example: ord_01HVKA5975PJBSQ1SX72G3MSZC
orderChanges:
type: object
description: Related order properties.
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/StorefrontQuoteCreateOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ properties:
- 'string'
- 'null'
maxLength: 50
example: ord_0YV7DES3WPC5J8JD8QTVNZBZNZ
example: ord_01HVKA5975PJBSQ1SX72G3MSZC
orderChanges:
type: object
description: Related order properties.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ properties:
readOnly: true
type: string
maxLength: 50
example: ord_0YV7DES3WPC5J8JD8QTVNZBZNZ
example: ord_01HVKA5975PJBSQ1SX72G3MSZC
orderChanges:
type: object
description: Related order properties.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ properties:
readOnly: true
type: string
maxLength: 50
example: ord_0YV7DES3WPC5J8JD8QTVNZBZNZ
example: ord_01HVKA5975PJBSQ1SX72G3MSZC
orderChanges:
type: object
description: Related order properties.
Expand Down

0 comments on commit 79cebb1

Please sign in to comment.