Viincenttt / MollieApi

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

Missing includeWallets argument for PaymentMethodClient #291

Closed Flo301 closed 1 year ago

Flo301 commented 1 year ago

https://docs.mollie.com/reference/v2/methods-api/list-methods#parameters

Viincenttt commented 1 year ago

Hi @Flo301

Thanks for reporting the missing parameter. I'll make sure to add it in the next release :)

Kind regards, Vincent

Viincenttt commented 1 year ago

I've added the code for the optional includeWallets parameter. It will be in the next release.

Viincenttt commented 1 year ago

This is now live in 2.2.0.3

Flo301 commented 1 year ago

Thanks