stanley-king 3 years atrás
parent
commit
706c9a17ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/RefillBase.php

+ 1 - 1
helper/refill/RefillBase.php

@@ -147,7 +147,7 @@ class RefillBase
 
         $mod_refill->edit($order_id, ['notify_time' => time(), 'notify_state' => 1]);
         QueueClient::push("NotifyMerchantComplete", ['order_id' => $order_id,'manual' => false]);
-//        util::del_exclude_channel($mchid,$mch_order,$card_type);
+        util::del_exclude_channel($mchid,$mch_order,$card_type);
 
         return true;
     }