* @copyright PayPal * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * */ if (!defined('_PS_VERSION_')) { exit; } function upgrade_module_4_4_2($module) { Configuration::updateValue('PAYPAL_EXPRESS_CHECKOUT_SHORTCUT_CART', 0); if (!$module->registerHook('displayShoppingCartFooter')) { return false; } return true; }