-
- Version 4.15.0
The internal serialize function is creating an additional entry where all values are undefined. I believe this is happening in all function calls that use the serialize function …
-
I am using this package to connecting with Xero API. I installed the app on shared hosting and install the dependencies. When I allow the permission for Xero organization, on redirect, it shows the gu…
-
**- Version [xero-php-oauth2]**
**I submit all invoices the first time it's working fine, after delete invoices from the draft, API returns the validation error "Invoice not of valid status for mod…
-
It would be a massive help if the script came with an example on submitting an invoice to drafts in the authorizedResource.php (or in a separate file) e.g. create an invoice with 3 example lineitems.
…
-
**SDK you're using (please complete the following information):**
Latest (ran composer update prior to current tests)
**Describe the bug**
My software was working fine when I last tested it in mi…
-
**Prerequisites (mark completed items with an [x]):**
- [X] I have have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and cl…
-
Hi,
Can someone please tell me how I can delete an Item record.
According to https://developer.xero.com/documentation/api/items, the http DELETE verb can be used to delete an Item, but I cannot …
-
Hi,
Is there a method in Xeroizer to get the fixed assets data in Xero?
Thanks,
Thiam Hock
-
I'm not sure if this is an issue with how I'm authorizing my users or not. But hopefully you're able to offer some insight. I am using the omniauth-xero gem to authorize my clients. I'm storing the to…
-
Xero API supports case insensitive queries with `ToLower()`. Example:
`GET /api.xro/2.0/Contacts?where=Contact.Name.ToLower().Contains("abc")`
I can't find implementation of it in the gem. Is ther…