-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correção de erro que ocorria no método receberProcedimentoIntern…
…o, pois tentava realizar a leitura de informações acessando um array como se fosse um objeto. Foi identificado que, após atualização de bibliotecas que o módulo usa no sei5, versão de php 8.2, biblioteca guzzle, etc, alguns pontos do código, que estavam acessando informação de array, na forma de acessar objeto, pararam de funcionar, pelo fato do php 8.2 ser mais fortemente tipado, com isso foi necessário atualizar a forma corretamente de acessar as variáveis. Foi fixado que o guzzle irá acessar os endpoints da api entregando um objeto, ao invés de array, para, com isso, ficar compatível com a forma de manipulação destas informações no código.
- Loading branch information
Showing
6 changed files
with
117 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.