if (isset($data['general'
]['missingLicenseStopThreshold'
])) { $this->connection->
update( 's_core_config_elements',
['value' =>
serialize($data['general'
]['missingLicenseStopThreshold'
])],
['name' => 'missingLicenseStopThreshold', 'form_id' => 0
] );
} $this->pluginLicenceService->
updateLocalLicenseInformation($pluginInformationStructs,
$domain);
return new PluginInformationResultStruct($pluginInformationStructs,
$isShopUpgraded);
} /**
* @return Exception|null
*/
public function getException() { return $this->exception;
} /**
* Generate new secret by API call
*/