CSR-347: remove accidentally included test code
This commit is contained in:
parent
6ece987d75
commit
882b79ad7d
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ export default {
|
||||||
{
|
{
|
||||||
licenseLastName: lastName,
|
licenseLastName: lastName,
|
||||||
licenseStreetAddress: streetAddress,
|
licenseStreetAddress: streetAddress,
|
||||||
licenseZip: (typeof zip !== "string") ? zip.toString() : zip,
|
licenseZip: zip,
|
||||||
licenseState: state,
|
licenseState: state,
|
||||||
}, false
|
}, false
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue