| Current Path : /home/c/i/n/cinepatreb/billetterie/modules/mollie/upgrade/ |
| Current File : /home/c/i/n/cinepatreb/billetterie/modules/mollie/upgrade/Upgrade-2.0.0.php |
<?php
/**
* Mollie https://www.mollie.nl
*
* @author Mollie B.V. <info@mollie.nl>
* @copyright Mollie B.V.
* @license https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
*
* @see https://github.com/mollie/PrestaShop
*/
if (!defined('_PS_VERSION_')) {
exit;
}
/**
* @return bool
*
* @throws PrestaShopDatabaseException
* @throws PrestaShopException
*/
function upgrade_module_2_0_0()
{
Configuration::deleteByName('MOLLIE_VERSION');
return true;
}