webfox / laravel-xero-oauth2

A Laravel integration for Xero using the Oauth 2.0 spec
MIT License
50 stars 32 forks source link

Multi-Tenant: Fixes Callback storing TenantId instead of array #73

Closed AllanGallop closed 2 years ago

AllanGallop commented 2 years ago

Fixes AuthorizationCallbackController storing TenantID string instead of Tenants Array

AllanGallop commented 2 years ago

Fix related to issue #72

hailwood commented 2 years ago

Thank @AllanGallop,

Apologies for missing this, I really need to write test...