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 19, 2024
1 parent 0a497cb commit 1b9b3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resource/PedidosVendas/Dto/PersistirPedidoVendaDto.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PersistirPedidoVendaDto extends AbstractDto
public ?array $categoria = null;
public ?array $tributacao = null;
public array $itens;
public ?array $parcelas = [;
public ?array $parcelas = [];
public ?array $transporte = [];
public ?array $vendedor = [];
public ?array $intermediador = [];
Expand Down

0 comments on commit 1b9b3d3

Please sign in to comment.