bitrix24 / b24phpsdk

Bitrix24 PHP SDK for REST API
MIT License
15 stars 4 forks source link

Fix WorkflowDocumentId parsing and add unit tests #55

Closed mesilov closed 4 days ago

mesilov commented 4 days ago

Updated WorkflowDocumentId class to fix document ID parsing logic, ensuring proper handling of numeric IDs and underscore-separated IDs. Added comprehensive unit tests to ensure reliability, and documented changes in the CHANGELOG.md.

Q A
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #54 ...
License MIT