ayHaru il y a 4 ans
Parent
commit
1547b0283c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      helper/refill/api/xyz/xunao/RefillPhone.php

+ 1 - 1
helper/refill/api/xyz/xunao/RefillPhone.php

@@ -99,7 +99,7 @@ class RefillPhone extends refill\IRefillPhone
         $str = "";
         ksort($data);
         foreach($data as $k => $v){
-            if($v){
+            if($this->check_empty($v) === false){
                 $str .= $v;
             }
         }