pumpkinball

Results 12 comments of pumpkinball

Hi @snehakale47 what parameters are you passing into the getAccessToken function? If it's the first time in, the grant_type should be authorization_code, if you are refreshing an existing token, grant_type...

Hi @csnuknet yes, it does appear to be missing this niCategories array. I'm just waiting for confirmation over the exact properties of the array, and then we'll add into the...

Hi @jagguy do update us if you continue to have an issue, otherwise we are closing this out now.

Hi @JoeKaldas thanks for this, before I dig further into this, can I ask have you downloaded any of the Xero Ruby sample Apps? There is a variety and handling...

Hi @JoeKaldas there has been no update from you, so please do come back if you still have the issue. Otherwise I'm going to close this one out.

Hi @steveh - thank you for picking up this. I've replicated the issue, and have raised internally. Will keep you posted.

Hi @YuraKril thanks for picking up this, and for submitting your PR. I've changed it slightly so that the decodeIdToken function is setting $this->username. Then the getPreferredUsername function will work...

Hi Mike, Thanks for this. When I tried this in my test system it worked correctly. Here's what I have:- `// read all contacts $result = $apiInstance->getContacts($xeroTenantId); // filter by...

Hi @thepilot21 it does seem bizarre that it's not working for you. Can you try it by entering in those parameters manually via [API Explorer](https://api-explorer.xero.com/)? What happens there? And can...

Hi @xxswingxx thanks for raising this, and for your PR. I've updated the OpenAPI spec for this, as it applies to all our SDKs. From that we will build the...