Skip to content

Commit 635f81a

Browse files
committed
fix: undefined var
1 parent 16ebe39 commit 635f81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Soap/SoapImportApis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function importVApp(string $resourcePoolId, $entityConfig, $instantiation
210210
$body['vAppConfig']['product'][] = $this->makeProduct($product);
211211
}
212212
} else {
213-
$body['vAppConfig']['product'] = $this->makeProduct($product);
213+
$body['vAppConfig']['product'] = $this->makeProduct($configSpec->vAppConfig->product);
214214
}
215215
}
216216

0 commit comments

Comments
 (0)