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

Xero PHP SDK for oAuth 2 generated from Xero API OpenAPI Spec 3.0

Results 37 xero-php-oauth2 issues
Sort by recently updated
recently updated
newest added

Im getting the following error while using https://github.com/XeroAPI/xero-php-oauth2#authorizedResource.php code Fatal error: Uncaught BadMethodCallException: Required parameter not passed: "refresh_token" in /composer/vendor/league/oauth2-client/src/Tool/RequiredParameterTrait.php:35 Stack trace: #0 /composer/vendor/league/oauth2-client/src/Tool/RequiredParameterTrait.php(53): League\OAuth2\Client\Grant\AbstractGrant->checkRequiredParameter('refresh_token', Array) #1 /composer/vendor/league/oauth2-client/src/Grant/AbstractGrant.php(76): League\OAuth2\Client\Grant\AbstractGrant->checkRequiredParameters(Array, Array)...

Upon importing the Bank transactions from XERO, I'm getting the following error. Invalid value for 'type', must be one of 'RECEIVE', 'RECEIVE-OVERPAYMENT', 'RECEIVE-PREPAYMENT', 'SPEND', 'SPEND-OVERPAYMENT', 'SPEND-PREPAYMENT', 'RECEIVE-TRANSFER', 'SPEND-TRANSFER' Error Back-Trace...

**SDK you're using (please complete the following information):** - Version 2.9.0 (still seems to exist in 2.14.1) **Describe the bug** The Xero API returns a MSDateTimeFormat for the payment date....

The Readme currently contains the following guidance > Configure PHPStorm We've received feedback that PHPStorm IDE default file size is too small to load the AccountingApi class. > > "PHPStorm...

OK - this is a bit of a curly one. Certain values within models are enforced. In my instance this happened in the Organisation model, with the "Class" being enforced,...

**SDK you're using (please complete the following information):** - Version [e.g. 1.x.x] **Describe the bug** When using the latest PHP SDK the following properties aren't exposed but are present in...

**SDK you're using:** - Version 2.9.0 **Describe the bug** When retrieving a list of employees, we noticed some of them coming back with the incorrect date of birth, more specifically...

**SDK you're using (please complete the following information):** - Version 2.8.1 - Using custom connections **Describe the bug** Client can not fetch purchase order by PurchaseOrderNumber if it's numeric. It...

Firstly, thanks for all your work on this SDK. **SDK you're using (please complete the following information):** - Version 1.4.1, PHP 7.4 **Describe the bug** When trying to create new...

Status: In Discussion
Type: Enhancement