Replies: 6 comments 8 replies
-
Hello @psociety! Unfortunately we will not be able to fix theses messages in the current version, because doing so would cause compatibility issues. |
Beta Was this translation helpful? Give feedback.
-
Buenas! Pudieron solucionarlo para Laravel? cual sería la solución? |
Beta Was this translation helpful? Give feedback.
-
Existe alguma perspectiva de quando isso vai ser implementado? |
Beta Was this translation helpful? Give feedback.
-
Is it on the roadmap to add support for the current version of Composer? Because all these errors are due to non-compliance with PSR-4 (requirement for Composer V2. If so, it'd be nice to have an ETA |
Beta Was this translation helpful? Give feedback.
-
Olá ! |
Beta Was this translation helpful? Give feedback.
-
MercadoPago tiene declaraciones en la instruccion "namespace" incorrectas en muchos de sus archivos. Solo ponen: namespace MercadoPago; A pesar de que muchos archivos estan dentro de otros subdirectorios, como por ejemplo ErrorCause.php dentro del directorio Generic. < ?php namespace MercadoPago; <----- Chequen la instruccion class ErrorCause {
} ? > Si se corrige la linea del namespace, ya no salen errores: < ?php namespace MercadoPago\Generic; <----- Asi debe de quedar class ErrorCause {
} ? > Verifiquen y corrijan todos los archivos. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to install this package with
composer install --optimize-autoloader
i'm getting tons of errors:Beta Was this translation helpful? Give feedback.
All reactions