- Issue created by @davidwhthomas
- πΊπΈUnited States mradcliffe USA
Yes, I haven't designed it to be multi-tenant since I am usually working with only one store. It makes sense as a feature.
Would need to add tenant to the resolver to resolve which strategy to use.
Yeah, Xero API module would need an update first without bypassing it.
- π³πΏNew Zealand davidwhthomas
The closest I got was trying
XeroQuery::addHeader
but it didn't appear to set thexero-tenant-id
request header in xero client.I need to support multiple tenants for a current project. If possible, I will try and submit some patches sometime, thanks again.