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