Skip to content

Commit

Permalink
Handle multiple tenants in XeroAuthorized (#74)
Browse files Browse the repository at this point in the history
* Handle multiple tenants in XeroAuthorized
  • Loading branch information
AbrahamBrookes authored Jul 12, 2022
1 parent 52e46ef commit 5f2d104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/XeroAuthorized.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public function __construct($data)
$this->refresh_token = $data['refresh_token'];
$this->id_token = $data['id_token'];
$this->expires = $data['expires'];
$this->tenant_id = $data['tenant_id'];
$this->tenants = $data['tenants'];
}
}

0 comments on commit 5f2d104

Please sign in to comment.