xero-php icon indicating copy to clipboard operation
xero-php copied to clipboard

A php library for the Xero API, with a cleaner OAuth interface and ORM-like abstraction.

Results 117 xero-php issues
Sort by recently updated
recently updated
newest added

https://github.com/calcinai/xero-php/issues/786

When calling `loadByGUID()` the `LeaveLines` are always empty. I can see that in the original API response within `loadByGUID()`, the `LeaveLines` and `SuperLines` are populated, and it's just after being...

Run into a weird problem with a wordpress build, with the following error: ``` [22-Oct-2021 08:55:16 UTC] PHP Fatal error: Uncaught OutOfBoundsException: Package "calcinai/xero-php" is not installed in public_html/wp-content/plugins/woocommerce-eu-vat-assistant/src/vendor/composer/InstalledVersions.php:188 ```...

I am using this package with PHP 8.1 and while everything works correctly there are a few warnings that popup for interface compatibility. The ones I have seen are the...

I've recently hit an issue with Xero responding with the following error; ```` A validation exception occurred (Due Date for Sales Invoices must be between 1 and 31 when set...

According to documentation https://developer.xero.com/documentation/api/payrollau/employees/ ![image](https://user-images.githubusercontent.com/435393/142770504-90b886f7-d7fe-4dcb-8228-87ab2fd843ae.png) https://github.com/calcinai/xero-php/blob/master/src/XeroPHP/Models/PayrollAU/Employee/TaxDeclaration.php#L188

Hi, Having an issue with one of the requests to create an invoice, getting this error. I added a log statement just before the request is sent, and the xml...

Set collection properties to an empty collection, other properties to null. Prevents an ‘Undefined index’ notice when calling getters. I've addressed this via the constructor of the base model class,...

Trying to develop something where I need to update the PayTemplate of an Employee in PayrollAU. If the employee doesn't have a PayTemplate set already, calling getPayTemplate throws an Exception...

Hi guys, I have a question about webhook. If our app is authorised for multiple Xero organisations, how do we make webhook work? Below is the Webhook example from the...