Closed adelinmaubray closed 3 years ago
Hi
First of all, thanks for this amazing Mollie client.
I have a little request for the PaymentRequest#method field. The Mollie documentation says:
method string|array OPTIONAL
You can also specify the methods in an array.
https://docs.mollie.com/reference/v2/payments-api/create-payment
Is is possible to change the type of the method field to Optional<List<PaymentMethod>> or another way to support array/list? Or do you have a workaround ?
Optional<List<PaymentMethod>>
Thank you so much Adelin
I put it as you said an Optional List
Thanks, I will test this asap 😁 Have a nice day
I still need to release this, I'm trying fix some more issues and release those fixes tonight
Deployed in version 3.1.0
Hi
First of all, thanks for this amazing Mollie client.
I have a little request for the PaymentRequest#method field. The Mollie documentation says:
https://docs.mollie.com/reference/v2/payments-api/create-payment
Is is possible to change the type of the method field to
Optional<List<PaymentMethod>>
or another way to support array/list? Or do you have a workaround ?Thank you so much Adelin