* @copyright Copyright (c) 202 ecommerce 2014 * @license Commercial license * * Support */ if (!defined('_PS_VERSION_')) { exit; } require_once dirname(__FILE__).'/classes/TotLoyaltyState.php'; class LoyaltyStateModuleAdvanced extends TotLoyaltyState { public static function getConvertId() { return parent::getCancelId(); } }