Skip to content

Commit

Permalink
Updating Customer to have an ID, updating Support to modify ref_id to…
Browse files Browse the repository at this point in the history
… order_id
  • Loading branch information
shenoyninad committed May 31, 2023
1 parent 575ab8d commit 35f4b3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion api/transaction/build/transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,9 @@ components:
description: Describes a customer buying/availing a product or a service
type: object
properties:
id:
description: ID of the customer.
type: string
person:
$ref: '#/components/schemas/Person'
organization:
Expand Down Expand Up @@ -2032,7 +2035,7 @@ components:
description: Details of customer support
type: object
properties:
ref_id:
order_id:
type: string
callback_phone:
type: string
Expand Down
3 changes: 3 additions & 0 deletions docs/BECKN-001-Layering-Network-Policy-Draft-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ FulfillmentPolicy1:
customer:
type: object
properties:
id:
description: ID of the customer.
type: string
person:
$ref: '#/components/schemas/Person'
organization:
Expand Down
2 changes: 1 addition & 1 deletion schema/Support.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: Details of customer support
type: object
properties:
ref_id:
order_id:
type: string
callback_phone:
type: string
Expand Down

0 comments on commit 35f4b3a

Please sign in to comment.