Files
bio-concept-pharma/web/modules/cartsguru/upgrade/Upgrade-1.2.0.php
2019-11-17 19:14:07 +01:00

19 lines
310 B
PHP

<?php
/**
* Carts Guru
*
* @author LINKT IT
* @copyright Copyright (c) LINKT IT 2016
* @license Commercial license
*/
if (!defined('_PS_VERSION_')) {
exit();
}
// Upgrade module to 1.2.0
function upgrade_module_1_2_0($module)
{
return $module->registerHeaderAndOrderConfirmationHooks();
}