shish 6 лет назад
Родитель
Сommit
4cdb0a2bed
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      biz/order/services/OrderService.php

+ 0 - 1
biz/order/services/OrderService.php

@@ -209,7 +209,6 @@ class OrderService extends BaseService
 				$discountAmount = 0.01;
 			}
 			$discountPrice = stringUtil::calcSub($price, $discountAmount);
-			$discountPrice = $discountPrice <= 0 ? 0.01 : $discountPrice;
 			$discountType = 3;
 		}
 		$discountType = $discountAmount <= 0 ? 0 : $discountType;