* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @copyright PayPal */ if (!defined('_PS_VERSION_')) { exit; } /** * @param $module PayPal * * @return bool */ function upgrade_module_5_6_0($module) { $module->hookActionLocalizationPageSave([]); return true; }