예제 #1
0
 /**
  * For uninstall just need to delete the Merchant Login.
  * @return bool see parent class.
  */
 public function uninstall()
 {
     if (!parent::uninstall() or !self::$obj_twenga->deleteMerchantLogin()) {
         return false;
     }
     return true;
 }