zz 3 rokov pred
rodič
commit
e58ba839a9
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      app/Modules/Book/Services/BookService.php

+ 2 - 2
app/Modules/Book/Services/BookService.php

@@ -198,7 +198,7 @@ class BookService
             
             $price = $price < 30 ? 30 : $price;
             
-            \Log::info('getprice:book:'.$book_info->bid.' calculate_price_type:'.$calculate_price_type.' distribution_channel_id:'.$distribution_channel_id.' account:'.$account.' price:'.$price);
+            //\Log::info('getprice:book:'.$book_info->bid.' calculate_price_type:'.$calculate_price_type.' distribution_channel_id:'.$distribution_channel_id.' account:'.$account.' price:'.$price);
 
             return $price;
         }
@@ -226,7 +226,7 @@ class BookService
         if($fee >189) $fee = 189;
         if($fee <37) $fee = 37;
         
-        \Log::info('getprice:book:'.$book_info->bid.' calculate_price_type:'.$calculate_price_type.' distribution_channel_id:'.$distribution_channel_id.' account:'.$account.' price:'.$fee.' size:'.$size.' $price_rate:'.$price_rate);
+        //\Log::info('getprice:book:'.$book_info->bid.' calculate_price_type:'.$calculate_price_type.' distribution_channel_id:'.$distribution_channel_id.' account:'.$account.' price:'.$fee.' size:'.$size.' $price_rate:'.$price_rate);
         
         return $fee;
     }