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