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 cancelUrl to Payment and Order resources #659

Closed sandervanhooft closed 1 year ago

sandervanhooft commented 1 year ago

Awaiting Mollie API behaviour confirmation from @mollierobbert (no rush)

mollierobbert commented 1 year ago

Last week we fixed the issue where you could not update the cancelUrl from some value to an empty value. That was the issue you were still keeping this open for, right? Or are we still missing something?

sandervanhooft commented 1 year ago

@mollierobbert Especially from null to null. Seems to work! Merging now.

Thanks!