X-Git-Url: https://xp-dev.com/git/namibia/blobdiff_plain/df0489e1eeeeab5a9bd44e1d84fce49924fe1bac..9aa85c56e9cd4cb70d6d651b0e2fb8e9d40c15ff:/module/User/src/User/DataBin/Registration.php diff --git a/module/User/src/User/DataBin/Registration.php b/module/User/src/User/DataBin/Registration.php index e1b0308..4e5a769 100644 --- a/module/User/src/User/DataBin/Registration.php +++ b/module/User/src/User/DataBin/Registration.php @@ -40,18 +40,18 @@ class Registration extends \Workspace\Service\DataBin ), 'RequiredInput' => array( 'Company' => array( - 'clientType' => 'DealerClientType', - 'dealerType' => 'DealerType', - 'name' => 'String100', - 'businessName' => 'String100', - 'region' => 'Id', - 'city' => 'Id', - 'postalCode' => 'String10', - 'street' => 'String75', - - 'billingCity' => 'Id', - 'billingPostalCode' => 'String10', - 'billingStreet' => 'String75' +// 'clientType' => 'DealerClientType', +// 'dealerType' => 'DealerType', +// 'name' => 'String100', +// 'businessName' => 'String100', +// 'region' => 'Id', +// 'city' => 'Id', +// 'postalCode' => 'String10', +// 'street' => 'String75', +// +// 'billingCity' => 'Id', +// 'billingPostalCode' => 'String10', +// 'billingStreet' => 'String75' ), 'Profile' => array( 'firstName' => 'String100', @@ -61,44 +61,44 @@ class Registration extends \Workspace\Service\DataBin 'password' => 'String40', 'idNumber' => 'IdNumber', 'dateOfBirth' => 'Date', - 'permissions' => 'Id' +// 'permissions' => 'Id' ), 'Contact' => array( - 'firstName' => 'String50', - 'familyName' => 'String50', - 'mobile' => 'Mobile', - 'office' => 'String12', - 'email' => 'Email' +// 'firstName' => 'String50', +// 'familyName' => 'String50', +// 'mobile' => 'Mobile', +// 'office' => 'String12', +// 'email' => 'Email' ), 'BillingContact' => array( - 'firstName' => 'String50', - 'familyName' => 'String50', - 'mobile' => 'Mobile', - 'office' => 'String12', - 'email' => 'Email' +// 'firstName' => 'String50', +// 'familyName' => 'String50', +// 'mobile' => 'Mobile', +// 'office' => 'String12', +// 'email' => 'Email' ) ), 'OptionalInput' => array( 'Company' => array( - 'group' => 'Id', - 'groupDivision' => 'Id', - 'companyRegistrationNumber' => 'String100', - 'vatNumber' => 'String20', - 'turmiNumber' => 'String50', - 'dealerStockNumber' => 'String50', - 'companyType' => 'CompanyType', - 'turnover' => 'String25', - 'foundMethod' => 'Id', - 'foundMethodDetail' => 'Id', - 'auctionCity' => 'Id', - 'auctionPostalCode' => 'String10', - 'auctionStreet' => 'String75', - 'owners' => 'Array', - 'docStockCertificate' => 'Id', - 'docAddressProof' => 'Id', - 'docCopyOfId' => 'Id', - 'docCopyOfDirectorId' => 'Id', - 'docCompanyRegistration' => 'Id' +// 'group' => 'Id', +// 'groupDivision' => 'Id', +// 'companyRegistrationNumber' => 'String100', +// 'vatNumber' => 'String20', +// 'turmiNumber' => 'String50', +// 'dealerStockNumber' => 'String50', +// 'companyType' => 'CompanyType', +// 'turnover' => 'String25', +// 'foundMethod' => 'Id', +// 'foundMethodDetail' => 'Id', +// 'auctionCity' => 'Id', +// 'auctionPostalCode' => 'String10', +// 'auctionStreet' => 'String75', +// 'owners' => 'Array', +// 'docStockCertificate' => 'Id', +// 'docAddressProof' => 'Id', +// 'docCopyOfId' => 'Id', +// 'docCopyOfDirectorId' => 'Id', +// 'docCompanyRegistration' => 'Id' ), 'Profile' => array( 'subscribeNewsletter' => 'Boolean',