mollie / mollie-api-node

Official Mollie API client for Node
http://www.mollie.com
BSD 3-Clause "New" or "Revised" License
231 stars 63 forks source link

Change orderLineCategories in the methods binder to an array #285

Closed Pimm closed 2 years ago

Pimm commented 2 years ago

The Mollie API expects orderLineCategories in the list methods endpoint to be a comma-separated list. However, an array of strings is the more JavaScript-native type here, and the NetworkClient will join it anyway.

This is not a breaking change, as orderLineCategories was introduced in #279, which has not yet been released.