Skip to content

Commit

Permalink
Update orderId description (#1853)
Browse files Browse the repository at this point in the history
* Update orderId description

* Resolve feedback

* Update orderId description based on feedback
  • Loading branch information
nanobash authored Mar 29, 2024
1 parent 0654d6d commit 089ee5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openapi/components/schemas/Invoice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ properties:
type: integer
x-basic: true
orderId:
description: ID of the order.
description: ID of the order (experimental).
readOnly: true
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
type:
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/OneTimeSale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ properties:
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
orderId:
type: string
description: ID of the order.
description: ID of the order (experimental).
readOnly: true
maxLength: 50
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/StorefrontInvoice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ properties:
type: integer
x-basic: true
orderId:
description: ID of the order.
description: ID of the order (experimental).
readOnly: true
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
type:
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/Subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ properties:
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
orderId:
type: string
description: ID of the order.
description: ID of the order (experimental).
readOnly: true
maxLength: 50
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
Expand Down

0 comments on commit 089ee5c

Please sign in to comment.