Viincenttt / MollieApi

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

Add support for new PaymentLink update and delete methods #378

Closed Viincenttt closed 3 months ago

Viincenttt commented 3 months ago

New PaymentLink API methods have been added to update a PaymentLink or delete a PaymentLink: https://docs.mollie.com/reference/update-payment-link https://docs.mollie.com/reference/delete-payment-link

Also added support for the PaymentLinkResponse.Archived property.