Emmanuel Pereira Pires

Results 7 comments of Emmanuel Pereira Pires

Beleza, já estou trabalhando nesse item no meu fork assim que tiver uma versão que eu ache q está boa eu faço um PR.

Estou com o mesmo problema. Tudo configurado com sandbox, token, email, etc. Porém o erro persiste, testei o `PagSeguro::startSession()` e `PagSeguroRecorrente::startSession()`. os dois estão retornando Unauthorized. Também testei direto na...

Consegui resolver aparentemente era cache de variáveis no arquivo .env; As variáveis não estavam sendo passadas para o php pelo método env(); segue a lista de comandos para limpar cache...

Ok of course, I'll try to contribute to this PR then and add the unit tests when I get a little time

Hmm, I created a dedicated test in my local fork of laravel/framework to isolate the bug. The test checks if the Query Builder preserves the `?` operator in a PostgreSQL...

For now, you can use the following workaround: #22472 > I just ran into this issue when trying to use the `?|` operator, and it works as of PHP 7.4:...