Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoMethodError: link.show_accounts #3

Open
rhanuch opened this issue Feb 3, 2022 · 2 comments
Open

NoMethodError: link.show_accounts #3

rhanuch opened this issue Feb 3, 2022 · 2 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@rhanuch
Copy link

rhanuch commented Feb 3, 2022

Hola!

La gema tiene un bug al hacer link.show_accounts, retornando lo siguiente:

=> link.show_accounts
NoMethodError: undefined method `plurlize' for Fintoc::Utils:Module
Did you mean?  pluralize

El uso que se le esta dando es el siguiente

fintoc = Fintoc::Client.new(Rails.application.credentials[:fintoc][:api_key])
link = fintoc.get_link(Rails.application.credentials[:fintoc][:bank])
link.show_accounts

Versión de Rails: 6.1.4
Versión de Ruby: 2.7.3

Saludos!

@daleal daleal self-assigned this Feb 8, 2022
@daleal daleal added the bug Something isn't working label Feb 8, 2022
@daleal
Copy link
Member

daleal commented Feb 8, 2022

Hola Rodrigo!

Muchas gracias por el reporte! Es este bug de alguna manera bloqueante para tu desarrollo?

Como probablemente has podido experimetar, esta versión del SDK está bastante desactualizada, por lo que estamos trabajando para liberar una versión con la API del SDK de fintoc-python y fintoc-node.

Por lo mismo, no estamos manteniendo las funcionalidades de este SDK que no sean necesarias para manipular información. Debido a que el método show_accounts corresponde más a una "demo" que a un SDK (sirve para debuggear pero no para manipular información en la aplicación cliente), este bug probablemente se mantenga hasta que la nueva versión esté live.

@rhanuch
Copy link
Author

rhanuch commented Feb 8, 2022

Hola @daleal !

No, no es para nada bloqueante, muchas gracias por la respuesta! Era más que nada para reportarlo

@daleal daleal added the wontfix This will not be worked on label Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants