Skip to content

Commit

Permalink
Merge pull request #52 from Brunobento1990/develop
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Brunobento1990 authored Nov 2, 2024
2 parents 00e4ff1 + 96a3ef4 commit 1b2338d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OpenAdm.Application/Services/Pedidos/CreatePedidoService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ await _contasAReceberService.CriarContasAReceberAsync(new()
PedidoId = pedido.Id,
QuantidadeDeParcelas = 1,
Total = pedido.ValorTotal,
UsuarioId = pedido.UsuarioId
UsuarioId = pedido.UsuarioId,
Tipo = TipoFaturaEnum.A_Receber
});
}

Expand Down

0 comments on commit 1b2338d

Please sign in to comment.