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

In postman collection, "Connections" step has a typo

Open ShaneSloanMM opened this issue 5 years ago • 1 comments

Just downloaded and ran through this. It's great. There's a capitalization error in the test for the "Connections" step in your postman collection.

var data = JSON.parse(responseBody); postman.setEnvironmentVariable("xero-tenant-id", data[0].**TenantId**);

The "TenantID" should be lowercase e.g. "tenantID"

As currently set, the tenant ID doesn't get copied into the desired environment variable during that step. Once that is fixed, it all works as expected.

Really good timesaver

ShaneSloanMM avatar Jan 27 '20 20:01 ShaneSloanMM

Just downloaded and ran through this. It's great. There's a capitalization error in the test for the "Connections" step in your postman collection.

var data = JSON.parse(responseBody); postman.setEnvironmentVariable("xero-tenant-id", data[0].**TenantId**);

The "TenantID" should be lowercase e.g. "tenantID"

As currently set, the tenant ID doesn't get copied into the desired environment variable during that step. Once that is fixed, it all works as expected.

Really good timesaver

#9 Please check client id & client secret.

musabibnsiraj avatar Sep 14 '22 18:09 musabibnsiraj