stanley-king 1 bulan lalu
induk
melakukan
0e4c4eb431
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      rdispatcher/proxy.php

+ 2 - 0
rdispatcher/proxy.php

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