Skip to content

Commit 5f2d104

Browse files
Handle multiple tenants in XeroAuthorized (#74)
* Handle multiple tenants in XeroAuthorized
1 parent 52e46ef commit 5f2d104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Events/XeroAuthorized.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public function __construct($data)
1818
$this->refresh_token = $data['refresh_token'];
1919
$this->id_token = $data['id_token'];
2020
$this->expires = $data['expires'];
21-
$this->tenant_id = $data['tenant_id'];
21+
$this->tenants = $data['tenants'];
2222
}
2323
}

0 commit comments

Comments
 (0)