first commit
This commit is contained in:
20
modules/payu/upgrade/upgrade-3.1.0.php
Normal file
20
modules/payu/upgrade/upgrade-3.1.0.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* PayU
|
||||
*
|
||||
* @author PayU
|
||||
* @copyright Copyright (c) 2018 PayU
|
||||
* @license http://opensource.org/licenses/LGPL-3.0 Open Software License (LGPL 3.0)
|
||||
*
|
||||
* http://www.payu.com
|
||||
*/
|
||||
|
||||
if (!defined('_PS_VERSION_')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function upgrade_module_3_1_0($module)
|
||||
{
|
||||
return Configuration::updateValue('PAYU_SEPARATE_CARD_PAYMENT', 0) &&
|
||||
Configuration::updateValue('PAYU_CARD_PAYMENT_WIDGET', 0);
|
||||
}
|
||||
Reference in New Issue
Block a user