Florian Eisenmenger před 1 rokem
rodič
revize
37b818f714
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/Mapper/PostingApiToEntityMapper.php

+ 1
- 1
src/Mapper/PostingApiToEntityMapper.php Zobrazit soubor

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


Načítá se…
Zrušit
Uložit