|
@@ -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;
|
|
|
}
|