Viincenttt / MollieApi

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

Mollie.Api.Models.Order.OrderPaymentRequest pass array of methods #266

Closed DianaLaa closed 2 years ago

DianaLaa commented 2 years ago

The Mollie docs describe that it is possible to pass in an array of methods as well. Currently, only Method is implemented. Would be great if this could be added, too.

Viincenttt commented 2 years ago

Correct, currently this is only implemented in the PaymentRequest class and not in the OrderPaymentRequest class . I will add this feature in the upcoming release.

Kind regards, Vincent

DianaLaa commented 2 years ago

Thank you, much appreciated!

Viincenttt commented 2 years ago

This issue is now resolved in version 2.1.0.10

DianaLaa commented 2 years ago

Awesome, thanks!