Let 0 be a valid tax rate in the tests.
This commit is contained in:
parent
2afad57758
commit
20a2bba8a4
1 changed files with 1 additions and 1 deletions
|
|
@ -623,7 +623,7 @@ SKIP: {
|
||||||
state=>ignore,
|
state=>ignore,
|
||||||
city=>ignore,
|
city=>ignore,
|
||||||
code=>ignore,
|
code=>ignore,
|
||||||
taxRate=>re('^\d+\.\d+$')
|
taxRate=>re('^\d+(\.\d+)?$')
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
'Check major elements of tax JSON',
|
'Check major elements of tax JSON',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue