Explorar el Código

fix sale

master
Florian Eisenmenger hace 1 año
padre
commit
37b818f714
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/Mapper/PostingApiToEntityMapper.php

+ 1
- 1
src/Mapper/PostingApiToEntityMapper.php Ver fichero

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


Cargando…
Cancelar
Guardar