- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
public function uninstall()
	{
		if (!Configuration::deleteByName('YC_SHOPID')
				|| !Configuration::deleteByName('YC_SCID')
				|| !Configuration::deleteByName('YC_SHOPPASSWORD')
                                || !!Configuration::deleteByName('YC_ALLOW_YANDEXMONEY')
                                || !!Configuration::deleteByName('YC_ALLOW_BANK_CARD')
                                || !!Configuration::deleteByName('YC_ALLOW_MOBILE')
                                || !!Configuration::deleteByName('YC_ALLOW_TERMINAL')
                                || !!Configuration::deleteByName('YC_ALLOW_WEBMONEY')
                                || !!Configuration::deleteByName('YC_ALLOW_SBERBANK')
                                || !!Configuration::deleteByName('YC_ALLOW_MPOS')                        
                                || !!Configuration::deleteByName('YC_DEMO_MODE')
				|| !parent::uninstall())
			return false;
		return true;
	}
                                 
        
            https://github.com/anisimow/yacassa/blob/master/yacassa/yacassa.php#L64
        
        
Комментарии (0) RSS
Добавить комментарий