OVPAY-1518 - taxPercentageAmount should be number.
This commit is contained in:
parent
57e37d5736
commit
067f510d50
@ -4048,7 +4048,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
example: V21
|
example: V21
|
||||||
taxPercentageAmount:
|
taxPercentageAmount:
|
||||||
type: integer
|
type: number
|
||||||
example: 21
|
example: 21
|
||||||
description:
|
description:
|
||||||
type: string
|
type: string
|
||||||
@ -4083,7 +4083,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
example: V21
|
example: V21
|
||||||
taxPercentageAmount:
|
taxPercentageAmount:
|
||||||
type: integer
|
type: number
|
||||||
example: 21
|
example: 21
|
||||||
description:
|
description:
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user