Skip to content

Commit 7338a2a

Browse files
authored
Merge pull request #243 from jandor64/patch-1
Update README.md
2 parents 06d69c2 + cf2c115 commit 7338a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ The RedirectURI (ex. http://localhost:8888/pathToApp/callback.php) in your code
360360
);
361361
$message = "ApiException - " . $error->getElements()[0]["validation_errors"][0]["message"];
362362
}
363-
} else if () {
363+
} else if ($_GET["action"] == 5) {
364364
// DELETE the org FIRST Connection returned
365365
$connections = $identityApi->getConnections();
366366
$id = $connections[0]->getId();

0 commit comments

Comments
 (0)