You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Without this it's impossible to get more than 20 entries through this SDK.
I had previously made a pull-request (#86) to fix this, but I couldn't reopen. So I'm giving the following code which works properly if you can make the change directly:
File: lib/moip2/entry_api.rb
You need to change the find_all method to the following:
Just allow to use LIMIT and OFFSET parameters for entries request as described on API docs: https://dev.wirecard.com.br/v2.0/reference#listar-todos-lan%C3%A7amentos
Without this it's impossible to get more than 20 entries through this SDK.
I had previously made a pull-request (#86) to fix this, but I couldn't reopen. So I'm giving the following code which works properly if you can make the change directly:
File:
lib/moip2/entry_api.rb
You need to change the
find_all
method to the following:The text was updated successfully, but these errors were encountered: