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

Add businessCategory to Profile type #242

Closed tasoskakour closed 2 years ago

tasoskakour commented 2 years ago

According to this DOC https://docs.mollie.com/reference/v2/profiles-api/get-profile categoryCode is going to be deprecated in 2022 and businessCategory should be used.

Right now the Profile type does not include a businessCategory property.

Pimm commented 2 years ago

The business category has been added, and you can use it today by installing the beta tag: npm install @mollie/api-client@beta. Should you have any issues with the beta version, please let us know.