You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if $tenantId is set, then the $data does not get merged with $tenantData which contains all tenant information.
Therefore tenant name will not be set in the Xero token model. These will happen the first time the authentication redirects back to the app.
Which will throw this error after authentication
Dcblogdev\Xero\Xero::getTenantName(): Return value must be of type string, null returned
The text was updated successfully, but these errors were encountered:
Hi @dcblogdev
When you refactor to use this action, you inadvertently introduce a bug
if $tenantId is set, then the $data does not get merged with $tenantData which contains all tenant information.
Therefore tenant name will not be set in the Xero token model. These will happen the first time the authentication redirects back to the app.
Which will throw this error after authentication
Dcblogdev\Xero\Xero::getTenantName(): Return value must be of type string, null returned
The text was updated successfully, but these errors were encountered: