/**
  * Get all notices  that should display when tax config is saved
  *
  * @return array
  */
 protected function getNotices()
 {
     $notices = array();
     $notices = array_merge($notices, $this->moduleChecks->checkNativeTaxRules());
     return $notices;
 }