Skip to content

Commit

Permalink
IS-7822 C2A: card_number moved from supply into payment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobarbero committed Jan 26, 2024
1 parent 68adf7a commit e46fe5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions reference/is.ov.importexport.doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ paths:
x-stoplight:
id: 858hju9eoym6u
description: Card name
card_number:
type: string
x-stoplight:
id: 2d6bh2pucc9os
description: Last 4 chars from card number
payment_mode:
type: string
x-stoplight:
Expand Down Expand Up @@ -186,11 +191,6 @@ paths:
x-stoplight:
id: 7h4urgdaz4or3
description: Article quantity
card_number:
type: string
x-stoplight:
id: zhnoba96kcltj
description: Last 4 chars from card number
supply_amount:
type: number
x-stoplight:
Expand All @@ -206,6 +206,7 @@ paths:
supplier_name: string
datetime: string
card_name: string
card_number: string
payment_mode: string
amount: 0
authorization_code: string
Expand All @@ -219,7 +220,6 @@ paths:
vat: 0
supply_id: 0
quantity: 0
card_number: string
supply_amount: 0
'201':
description: Created
Expand Down

0 comments on commit e46fe5b

Please sign in to comment.