We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06d69c2 + cf2c115 commit 7338a2aCopy full SHA for 7338a2a
README.md
@@ -360,7 +360,7 @@ The RedirectURI (ex. http://localhost:8888/pathToApp/callback.php) in your code
360
);
361
$message = "ApiException - " . $error->getElements()[0]["validation_errors"][0]["message"];
362
}
363
- } else if () {
+ } else if ($_GET["action"] == 5) {
364
// DELETE the org FIRST Connection returned
365
$connections = $identityApi->getConnections();
366
$id = $connections[0]->getId();
0 commit comments