* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ function install_ps_distributionapiclient() { if (class_exists('Ps_Distributionapiclient')) { $module = new Ps_Distributionapiclient(); $module->updateTranslationsAfterInstall(false); $module->install(); } }