Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions df0489 ... vs 9aa85c ... for module/User/src/User/DataBin/Registration.php

Diff revisions: vs.
  @@ -40,18 +40,18 @@
40 40 ),
41 41 'RequiredInput' => array(
42 42 'Company' => array(
43 - 'clientType' => 'DealerClientType',
44 - 'dealerType' => 'DealerType',
45 - 'name' => 'String100',
46 - 'businessName' => 'String100',
47 - 'region' => 'Id',
48 - 'city' => 'Id',
49 - 'postalCode' => 'String10',
50 - 'street' => 'String75',
51 -
52 - 'billingCity' => 'Id',
53 - 'billingPostalCode' => 'String10',
54 - 'billingStreet' => 'String75'
43 + // 'clientType' => 'DealerClientType',
44 + // 'dealerType' => 'DealerType',
45 + // 'name' => 'String100',
46 + // 'businessName' => 'String100',
47 + // 'region' => 'Id',
48 + // 'city' => 'Id',
49 + // 'postalCode' => 'String10',
50 + // 'street' => 'String75',
51 + //
52 + // 'billingCity' => 'Id',
53 + // 'billingPostalCode' => 'String10',
54 + // 'billingStreet' => 'String75'
55 55 ),
56 56 'Profile' => array(
57 57 'firstName' => 'String100',
  @@ -61,44 +61,44 @@
61 61 'password' => 'String40',
62 62 'idNumber' => 'IdNumber',
63 63 'dateOfBirth' => 'Date',
64 - 'permissions' => 'Id'
64 + // 'permissions' => 'Id'
65 65 ),
66 66 'Contact' => array(
67 - 'firstName' => 'String50',
68 - 'familyName' => 'String50',
69 - 'mobile' => 'Mobile',
70 - 'office' => 'String12',
71 - 'email' => 'Email'
67 + // 'firstName' => 'String50',
68 + // 'familyName' => 'String50',
69 + // 'mobile' => 'Mobile',
70 + // 'office' => 'String12',
71 + // 'email' => 'Email'
72 72 ),
73 73 'BillingContact' => array(
74 - 'firstName' => 'String50',
75 - 'familyName' => 'String50',
76 - 'mobile' => 'Mobile',
77 - 'office' => 'String12',
78 - 'email' => 'Email'
74 + // 'firstName' => 'String50',
75 + // 'familyName' => 'String50',
76 + // 'mobile' => 'Mobile',
77 + // 'office' => 'String12',
78 + // 'email' => 'Email'
79 79 )
80 80 ),
81 81 'OptionalInput' => array(
82 82 'Company' => array(
83 - 'group' => 'Id',
84 - 'groupDivision' => 'Id',
85 - 'companyRegistrationNumber' => 'String100',
86 - 'vatNumber' => 'String20',
87 - 'turmiNumber' => 'String50',
88 - 'dealerStockNumber' => 'String50',
89 - 'companyType' => 'CompanyType',
90 - 'turnover' => 'String25',
91 - 'foundMethod' => 'Id',
92 - 'foundMethodDetail' => 'Id',
93 - 'auctionCity' => 'Id',
94 - 'auctionPostalCode' => 'String10',
95 - 'auctionStreet' => 'String75',
96 - 'owners' => 'Array',
97 - 'docStockCertificate' => 'Id',
98 - 'docAddressProof' => 'Id',
99 - 'docCopyOfId' => 'Id',
100 - 'docCopyOfDirectorId' => 'Id',
101 - 'docCompanyRegistration' => 'Id'
83 + // 'group' => 'Id',
84 + // 'groupDivision' => 'Id',
85 + // 'companyRegistrationNumber' => 'String100',
86 + // 'vatNumber' => 'String20',
87 + // 'turmiNumber' => 'String50',
88 + // 'dealerStockNumber' => 'String50',
89 + // 'companyType' => 'CompanyType',
90 + // 'turnover' => 'String25',
91 + // 'foundMethod' => 'Id',
92 + // 'foundMethodDetail' => 'Id',
93 + // 'auctionCity' => 'Id',
94 + // 'auctionPostalCode' => 'String10',
95 + // 'auctionStreet' => 'String75',
96 + // 'owners' => 'Array',
97 + // 'docStockCertificate' => 'Id',
98 + // 'docAddressProof' => 'Id',
99 + // 'docCopyOfId' => 'Id',
100 + // 'docCopyOfDirectorId' => 'Id',
101 + // 'docCompanyRegistration' => 'Id'
102 102 ),
103 103 'Profile' => array(
104 104 'subscribeNewsletter' => 'Boolean',