* @copyright 2014-2023 Presta-Mod.pl * @license Licecnja na jedną domenę * Presta-Mod.pl Rafał Zontek */ if (!defined('_PS_VERSION_')) { exit; } function upgrade_module_2_6_9($module) { $module->upgradeModule269(); return true; }