stanley-king %!s(int64=3) %!d(string=hai) anos
pai
achega
7fce2db658
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      helper/refill/RefillBase.php

+ 3 - 0
helper/refill/RefillBase.php

@@ -304,6 +304,9 @@ class RefillBase
         $order_success = false;
 
         $exclude_channels = util::get_exclude_channel($mchid,$mch_order,$card_type);
+        if(!empty($exclude_channels)) {
+            Log::record("exclude_channels=" . implode(',',$exclude_channels),Log::DEBUG);
+        }
         foreach ($providers as $provider)
         {
             $channel_name = $provider->name();