All notable changes to laravel-xero
will be documented in this file
Larvel 7.0 support
Fix relationship issue
Update incorrect name for prepayment and overpayment
Update to fix issue with relationships
Update to fix issue with relationships
Bug fix on filtering
Bug fix on filtering
Update to use $queryAttributes
Update guzzle responses to use getbody in stead of getContents. Also added Contracts and Facades to tie in with Laravel.
Style fixes
Fix type
Change where clause to act like Laravel.
You can now do either
where('key', 'value')
or
where('key', '=', 'value')
Style Update
Update delete method and other functions to use GetID function
- Bug fixes :- Removed bug when deleting
- Document Updates
- Document Updates
- Initial release