github mollie/mollie-api-php v2.37.0
Release v2.37.0

latest releases: v2.69.0, v2.68.0, v2.67.1...
2 years ago

Updating a resource required you to first retrieve it.

For a better developer experience, we've now added update methods to the following endpoints for you to call directly:

  • OrderEndpoint
  • OrderLineEndpoint
  • ShipmentEndpoint
  • CustomerEndpoint
  • SubscriptionEndpoint
  • ProfileEndpoint

For example, you can now simply call $mollie->orders->update($orderId, $updates);, without having to retrieve the order first.

Don't miss a new mollie-api-php release

NewReleases is sending notifications on new releases.