Skip to content

Commit

Permalink
Add quote for change items/reactivate order (#1784)
Browse files Browse the repository at this point in the history
* "Add quote for change items/reactivate order (#1727)" (#1783)"

* Apply suggestions
  • Loading branch information
lexerom authored Feb 15, 2024
1 parent 6088106 commit 4dbdc2f
Show file tree
Hide file tree
Showing 21 changed files with 2,906 additions and 718 deletions.
11 changes: 11 additions & 0 deletions openapi/components/schemas/Invoice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ properties:
readOnly: true
maxLength: 50
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
quoteId:
type:
- "string"
- "null"
description: |-
ID of the related quote, if available.
This field is `null` if there are no related quotes.
readOnly: true
maxLength: 50
example: qt_0YV7DES3WPC5J8JD8QTVNZBZNZ
currency:
x-sortable: true
x-basic: true
Expand Down Expand Up @@ -168,6 +178,7 @@ properties:
readOnly: true
enum:
- "draft"
- "quotation"
- "unpaid"
- "paid"
- "partially-paid"
Expand Down
Loading

0 comments on commit 4dbdc2f

Please sign in to comment.