Przeglądaj źródła

fix sale

master
Florian Eisenmenger 1 rok temu
rodzic
commit
37b818f714
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/Mapper/PostingApiToEntityMapper.php

+ 1
- 1
src/Mapper/PostingApiToEntityMapper.php Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz