mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix success+error logs
This commit is contained in:
@@ -305,10 +305,10 @@ class Certificates extends Action
|
||||
// For example, verification, or example certificate distribution to all edges
|
||||
if ($certificates->isIssueInstant($domain->get(), $domainType)) {
|
||||
$status = RULE_STATUS_SUCCESSFUL;
|
||||
}
|
||||
|
||||
// Command succeeded, store all data into document
|
||||
$certificate->setAttribute('logs', 'Certificate successfully generated.');
|
||||
// Command succeeded, store all data into document
|
||||
$certificate->setAttribute('logs', 'Certificate successfully generated.');
|
||||
}
|
||||
|
||||
// Update certificate info stored in database
|
||||
$certificate->setAttribute('renewDate', $renewDate);
|
||||
|
||||
Reference in New Issue
Block a user