php-twinfield / twinfield

PHP 7.3+ Library for using the Twinfield API.
https://accounting.twinfield.com/webservices/documentation/#/
Other
33 stars 77 forks source link

TransactionTypeApiConnector #218

Closed tychokamphuis-accommodatiehuur closed 1 year ago

tychokamphuis-accommodatiehuur commented 1 year ago

Added functionality to get TRS -> Transaction types (daybooks) from Twinfield

rojtjo commented 1 year ago

Thank you for your pull request!

I have reworked the connector a little bit to include the correct options as specified in the docs. I also renamed the class from TransactiontypeApiConnector to TransactionTypeApiConnector and added a few tests.

tychokamphuis-accommodatiehuur commented 1 year ago

Thank you for your pull request!

I have reworked the connector a little bit to include the correct options as specified in the docs. I also renamed the class from TransactiontypeApiConnector to TransactionTypeApiConnector and added a few tests.

Hi Rojtjo, thank you for your quick response. In the future I'll make sure to provide some tests.