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