mollie / mollie-api-php

Mollie API client for PHP
http://www.mollie.com
BSD 2-Clause "Simplified" License
550 stars 189 forks source link

Add new PaymentLinks endpoints #725

Closed sandervanhooft closed 2 months ago

sandervanhooft commented 2 months ago

Not adding PaymentLink.cancel|delete() as of yet, pending naming discussion on Slack.

$mollie->paymentLinks->delete($id, $data) is available on this PR though.