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

Filtros de la documentación no funcionan #120

Open
MiguelFrias97 opened this issue Oct 23, 2024 · 1 comment
Open

Filtros de la documentación no funcionan #120

MiguelFrias97 opened this issue Oct 23, 2024 · 1 comment

Comments

@MiguelFrias97
Copy link

  • El filtrado por transfer_id en la clase Conekta::TransactionsApi no aplica el filtro y regresa todas las transacciones.
 Conekta::TransactionsApi.new.get_transactions({ transfer_id: transfer_id })
  • El filtrado por id en Conekta::ChargesApi no aplica el filtro y regresa todos los cargos.
Conekta::ChargesApi.new.get_charges({ id: charge_id })
@manueldocdig
Copy link

manueldocdig commented Jan 10, 2025

@MiguelFrias97 Tambien estuve batallando con eso y se pueden hacer corrreciones en la libreria, de momento con esto me funciono

Conekta::ChargesApi.new.get_charges(query_params: {id: '677c6c0a91882d000113d0d5'})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants