invoiceninja / sdk-php

PHP wrapper for Invoice Ninja's REST API
https://www.invoiceninja.com
83 stars 42 forks source link

Field 'transaction_reference' is missing the expense object #22

Closed alexbogias closed 2 years ago

alexbogias commented 7 years ago

Can you please include this field in your API

hillelcoren commented 7 years ago

Sure, we'll add it in our next release.

alexbogias commented 7 years ago

Could you please let me know how I can add it myself? Is it easy?

hillelcoren commented 7 years ago

You just need to add it to this file:

https://github.com/invoiceninja/invoiceninja/blob/master/app/Ninja/Transformers/ExpenseTransformer.php

alexbogias commented 7 years ago

Thanks a lot @hillelcoren !