Files
bio-concept-pharma/web/modules/totloyaltyadvanced/LoyaltyStateModuleAdvanced.php
2019-11-17 19:14:07 +01:00

30 lines
687 B
PHP

<?php
/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from 202 ecommerce
* Use, copy, modification or distribution of this source file without written
* license agreement from 202 ecommerce is strictly forbidden.
*
* @author 202 ecommerce <contact@202-ecommerce.com>
* @copyright Copyright (c) 202 ecommerce 2014
* @license Commercial license
*
* Support <support@202-ecommerce.com>
*/
if (!defined('_PS_VERSION_')) {
exit;
}
require_once dirname(__FILE__).'/classes/TotLoyaltyState.php';
class LoyaltyStateModuleAdvanced extends TotLoyaltyState
{
public static function getConvertId()
{
return parent::getCancelId();
}
}