gocardless-pro-java
gocardless-pro-java copied to clipboard
List Institutions for Billing Request does not work
goCardlessClient.institutions().listForBillingRequest(billingRequestId).withCountryCode(countryCode)
The above piece of code does not work because the nextCursor variable in loadPage() method of PaginatingIterator is null because of which ListResponse items are not returned as Iterable object.