Esempio n. 1
0
 public static function euvat($result, $country, $setting)
 {
     if (self::EUVAT != $setting) {
         return $result;
     }
     // Passthru
     return in_array($country, Lookup::country_euvat());
 }