stanley-king před 3 roky
rodič
revize
706c9a17ea
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
     }