ソースを参照

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


読み込み中…
キャンセル
保存