stanley-king 1 éve
szülő
commit
6ffa19b2a5
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      helper/refill/RefillBase.php

+ 2 - 0
helper/refill/RefillBase.php

@@ -422,6 +422,8 @@ class RefillBase
                 $calc = new CalcMerchantPrice($mchid, $order->spec(), $order->card_type(), $order->cur_quality(), $this->mPolicy, $order->thrid_params());
             }
             $mch_price = $calc->calc_vgoods_price([]);
+            Log::record("onError RefillBase org_quality=$org_quality, mch_price=$mch_price", Log::DEBUG);
+
             $mch_amount = $mch_price * $order->quantity();
 
             return $mch_amount;