Skip to content

Commit

Permalink
ItemQuantity Added in Addon
Browse files Browse the repository at this point in the history
  • Loading branch information
emmayank committed Oct 26, 2023
1 parent e6045d7 commit cfb1660
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/transaction/build/transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,11 @@ components:
$ref: '#/components/schemas/Descriptor'
price:
$ref: '#/components/schemas/Price'
quantity:
description: The selling quantity of the item
allOf:
- $ref: '#/components/schemas/ItemQuantity'

Address:
description: Describes a postal address.
type: string
Expand Down

0 comments on commit cfb1660

Please sign in to comment.