@@ -114,7 +114,7 @@ class lzrefillControl extends lzbaseControl
return -9;
}
$pcode = $params['product_code'];
- if($this->check_pcode($pcode)) {
+ if($this->check_pcode($pcode) == false) {
return -10;