This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ public function fieldDefinitions()
102
102
'email ' => [static ::TYPE => 'string ' ],
103
103
'firstName ' => [static ::TYPE => 'string ' , static ::OPTIONAL => true ],
104
104
'lastName ' => [static ::TYPE => 'string ' , static ::OPTIONAL => true ],
105
- 'password ' => [static ::TYPE => 'string ' ],
105
+ 'password ' => [static ::TYPE => 'string ' , static :: OPTIONAL => true ],
106
106
'middleName ' => [static ::TYPE => 'string ' , static ::OPTIONAL => true ],
107
107
'title ' => [static ::TYPE => 'string ' , static ::OPTIONAL => true ],
108
108
'dateOfBirth ' => [
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public function fieldDefinitions()
87
87
'firstName ' => [static ::TYPE => 'string ' , static ::OPTIONAL => true ],
88
88
'middleName ' => [static ::TYPE => 'string ' , static ::OPTIONAL => true ],
89
89
'lastName ' => [static ::TYPE => 'string ' , static ::OPTIONAL => true ],
90
- 'password ' => [static ::TYPE => 'string ' ],
90
+ 'password ' => [static ::TYPE => 'string ' , static :: OPTIONAL => true ],
91
91
'anonymousCartId ' => [static ::TYPE => 'string ' , static ::OPTIONAL => true ],
92
92
'externalId ' => [static ::TYPE => 'string ' , static ::OPTIONAL => true ],
93
93
'dateOfBirth ' => [
You can’t perform that action at this time.
0 commit comments