Grover Campos

Results 7 comments of Grover Campos

Hi, thanks for your help. Yes, I do set the idPlanificacion instead of id at first attempt, but as it did failed change to id again

I have the same problem, but in my case I fix the baseUri of Uri service on beforeExecuteRoute method on my controller: ``` php public function beforeExecuteRoute($dispatcher) { .... //...

@marti1125 Sí, pero específicamente al [@property-read](https://www.phpdoc.org/docs/latest/references/phpdoc/tags/property-read.html), que es útil sobretodo en clases que tienen propiedades dinámicas, en este caso Culqi no tiene como atributos las clases Cargos o Suscripciones, sino...

No, no esperé a que hicieran la actualización, yo mismo lo arreglé en mi copia.

Hi @raicabogdan Yeah! You are right, this is not really a bug really indeed, because the reasons you already mentioned. What I mean, is could be a better approach capturing...

4 years later, anyone found some alternative?

Here the solution, if someone need it: on build.gradle root project: ```gradle repositories { //... other repositories maven { url 'https://jitpack.io' } } ``` on build.gradle of module: ```gradle dependencies...