Skip to content

Commit

Permalink
Update PersistirPedidoVendaDto.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosanches authored Jul 20, 2024
1 parent 1b9b3d3 commit 3df5a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resource/PedidosVendas/Dto/PersistirPedidoVendaDto.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PersistirPedidoVendaDto extends AbstractDto
public string $data;
public ?string $dataSaida = null;
public ?string $dataPrevista = null;
public array $contato;
public ?array $contato = null;
public ?array $loja = null;
public ?string $numeroPedidoCompras = null;
public ?string $outrasDespesas = null;
Expand All @@ -20,7 +20,7 @@ class PersistirPedidoVendaDto extends AbstractDto
public ?array $desconto = null;
public ?array $categoria = null;
public ?array $tributacao = null;
public array $itens;
public ?array $itens = null;
public ?array $parcelas = [];
public ?array $transporte = [];
public ?array $vendedor = [];
Expand Down

0 comments on commit 3df5a19

Please sign in to comment.