소스 검색

fix sale

master
Florian Eisenmenger 1 년 전
부모
커밋
37b818f714
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/Mapper/PostingApiToEntityMapper.php

+ 1
- 1
src/Mapper/PostingApiToEntityMapper.php 파일 보기

@@ -61,7 +61,7 @@ class PostingApiToEntityMapper implements MapperInterface
assert($partner instanceof Partner);
assert($contact === null || $contact instanceof Contact);
assert($sale === null || $sale instanceof Sale);
$entity = new Posting($user, $partner, $contact);
$entity = new Posting($user, $partner, $contact, $sale);
}

if (!$entity) {


불러오는 중...
취소
저장