mod-build 3.6.74 → 3.6.75-beta.1a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.6.74",
3
+ "version": "3.6.75-beta.1a",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -357,6 +357,7 @@ modForm.formatContractorDataForModApi = function(formData, currentStep) {
357
357
  buysLeads: formData.buysLeads,
358
358
  crmInUse: formData.crmInUse,
359
359
  whoCallsLeads: formData.whoCallsLeads,
360
+ ein: formData.ein,
360
361
  websiteUrl: formData.websiteUrl,
361
362
  companyZip: formData.companyZip
362
363
  }