@@ -136,6 +136,7 @@ class mratio_control
public function setMixedPrice($mchid, $mixed_quality, $card_type, $spec, $prices)
{
+ Log::record(__METHOD__,Log::DEBUG);
$key = "{$card_type}-{$spec}";
$this->mMixedPrices[$mchid][$mixed_quality][$key] = $prices;
}