Browse Source

remove allow from recv order

stanley-king 3 years atrás
parent
commit
98b39ff0f4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mobile/control/refill.php

+ 2 - 1
mobile/control/refill.php

@@ -87,7 +87,8 @@ class refillControl extends merchantControl
                 return self::outerr(206,"平台不支持该卡充值.");
             }
 
-            $allow = refill\RefillFactory::instance()->allow($this->mchid(),$card_type,$amount,$quality);
+//            $allow = refill\RefillFactory::instance()->allow($this->mchid(),$card_type,$amount,$quality);
+            $allow = true;
             if(!$allow)
             {
                 if ($card_type === mtopcard\SinopecCard) {