|
@@ -1237,7 +1237,7 @@ class RefillBase
|
|
|
* @return CalcMerchantPrice
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
- public function getMerchantPriceCalc(order $order): CalcMerchantPrice
|
|
|
+ private function getMerchantPriceCalc(order $order)
|
|
|
{
|
|
|
$org_quality = $order->org_quality();
|
|
|
if (PolicyUtil::mixed_quality($org_quality)) {
|