Skip to content

NoMethodError: link.show_accounts #3

Description

@rhanuch

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingwontfixThis will not be worked on

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions