stanley-king 1 month ago
parent
commit
55e1235d06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/RefillBase.php

+ 1 - 1
helper/refill/RefillBase.php

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