stanley-king 3 gadi atpakaļ
vecāks
revīzija
032cdfef13
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      helper/refill/RefillBase.php

+ 6 - 0
helper/refill/RefillBase.php

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