Viincenttt / MollieApi

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

OrderRequest and OrderResponse are missing support for various payment method specific properties #312

Closed Viincenttt closed 1 year ago

Viincenttt commented 1 year ago

For example, the Mollie API supports the applePayPaymentToken property for Apple Pay payments, however, there is no ApplePaySpecificParameters class to set these properties on.

This functionality is supported on the payment API. It would be nice to bundle these into the same classes, so we don't have to maintain payment method specific properties for the payments API and orders API separately.

Viincenttt commented 1 year ago

This is now implemented on the development branch and will be released soon

Viincenttt commented 1 year ago

This is now live in version 2.3.0.2