updateLocalLicenseInformation example


        }

        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;
    }

    
Home | Imprint | This part of the site doesn't use cookies.