Viincenttt / MollieApi

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

Add support for the Dashboard URL in the PaymentResponseLinks object #258

Closed MatthiasVanEeghem closed 1 year ago

MatthiasVanEeghem commented 2 years ago

The Mollie docs specify a dashboard URL as part of the JSON response for the CreatePayment API endpoint:

https://docs.mollie.com/reference/v2/payments-api/create-payment

This PR adds support for that URL in the PaymentResponseLinks object.

Viincenttt commented 1 year ago

I'm terribly sorry for completely forgetting to check the pull requests. This pull request is now out of date, so I created a new commit to add support for the Dashboard property, plus some other link properties that were missing in the PaymentResponseLinks object.