소스 검색

Erreur 500 : Argument 2 passed to Lc\CaracoleBundle\Factory\Order\OrderProductReductionCatalogFactory::create() must be of the type float, null given #297

develop
Guillaume Bourgeois 2 년 전
부모
커밋
5705804481
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Builder/Order/OrderProductBuilder.php

+ 1
- 1
Builder/Order/OrderProductBuilder.php 파일 보기

@@ -65,7 +65,7 @@ class OrderProductBuilder
if ($reductionCatalog && $reductionCatalog->getStatus()) {
$orderProductReductionCatalog = $this->orderProductReductionCatalogFactory->create(
$reductionCatalog->getTitle(),
$reductionCatalog->getValue(),
is_null($reductionCatalog->getValue()) ? 0 : $reductionCatalog->getValue(),
$reductionCatalog->getUnit(),
$reductionCatalog->getBehaviorTaxRate()
);

Loading…
취소
저장