|
@@ -72,7 +72,9 @@ class proxy
|
|
|
{
|
|
|
$mchid = $order->mchid();
|
|
|
$card_type = $order->card_type();
|
|
|
+ $mch_order = $order->mch_order();
|
|
|
|
|
|
+ Log::record("need_transfer mchid=$mchid mch_order=$mch_order",Log::DEBUG);
|
|
|
$ret = refill\transfer::instance()->need_transfer($mchid,$card_type,$lowest_ratio);
|
|
|
if($ret) {
|
|
|
$cur_ratio = refill\RefillFactory::instance()->merchant_ratio($mchid);
|