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
Copy file name to clipboardExpand all lines: src/Services/AdminApiClientService.php
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,12 @@ public function getOrgAdminId(): String
101
101
$AccountsApi = newAccountsApi($this->apiClient);
102
102
$orgs = $AccountsApi->getOrganizations();
103
103
if ($orgs["organizations"] == null) {
104
-
thrownewApiException("You must create an organization for this account to use the DocuSign Admin API. For details, see <a target='_blank' href='https://support.docusign.com/guides/org-admin-guide'> this support article.</a>", 1);
104
+
thrownewApiException(
105
+
"You must create an organization for this account to use the DocuSign Admin"
106
+
. " API. For details, see <a target='_blank' href='https://support.docusign.com/guides/org-admin-guide'>"
0 commit comments