File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/WebapiAsync/Controller/Rest/Asynchronous Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,13 @@ public function resolve()
132
132
$ routeServiceMethod = $ route ->getServiceMethod ();
133
133
$ this ->inputArraySizeLimitValue ->set ($ route ->getInputArraySizeLimit ());
134
134
135
+ $ this ->validateParameters ($ routeServiceClass , $ routeServiceMethod , array_keys ($ route ->getParameters ()));
136
+
135
137
foreach ($ inputData as $ key => $ singleEntityParams ) {
136
138
if (!is_array ($ singleEntityParams )) {
137
139
continue ;
138
140
}
139
141
140
- $ this ->validateParameters ($ routeServiceClass , $ routeServiceMethod , array_keys ($ route ->getParameters ()));
141
-
142
142
$ webapiResolvedParams [$ key ] = $ this ->resolveBulkItemParams (
143
143
$ singleEntityParams ,
144
144
$ routeServiceClass ,
You can’t perform that action at this time.
0 commit comments