Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
147 stars 85 forks source link

Pagination on GetChargebacksListAsync #322

Closed sebbertho closed 11 months ago

sebbertho commented 11 months ago

I would like to use pagination to get all results in GetChragebacksListAsync. Do I miss something or shall I write an implementation and file a pull request?

Viincenttt commented 11 months ago

Hi @sebbertho

Nice catch! You meant that the ChargebackClient does not have a method to fetch the Next/Previous items right? I have just created a commit to add this functionality.

I also went through all the other clients to see which ones had this functionality and which clients were also missing it:

I'll make sure to add these methods to the other clients as well.

Kind regards Vincent

Viincenttt commented 11 months ago

This is now done and will be released in the next version

Viincenttt commented 11 months ago

This is now live in 3.1.0.0 https://github.com/Viincenttt/MollieApi/releases/tag/3.1.0.0