calcinai / xero-php

A php library for the Xero API, with a cleaner OAuth interface and ORM-like abstraction.
MIT License
357 stars 256 forks source link

Added Update Method to Application when GUID property doesn't exist i.e TaxRate #905

Open dipaksarkar opened 6 months ago

dipaksarkar commented 6 months ago

I have added update method to updating the model when GUID property doesn't exist i.e TaxRate

calcinai commented 6 months ago

Hi @dipaksarkar- can you please check your whitespace changes here? They detract from the content of the actual change.

It also look like that method is a copy+paste from elsewhere. If the method is the same, can you please consider reusing the code.

dipaksarkar commented 6 months ago

@calcinai Aah, It's happen due to my vscode auto format. Please check now I have resolved the issue.