[FIX] Wrong method call in tickerupdate
This commit is contained in:
parent
900e3751d7
commit
dbbd57c761
@ -43,7 +43,7 @@ if ($price = $tools->getPrice()) {
|
||||
$status = 'ERROR';
|
||||
}
|
||||
} else {
|
||||
$message = 'Failed to fetch price from API: ' . $price->getCronError();
|
||||
$message = 'Failed to fetch price from API: ' . $tools->getCronError();
|
||||
$status = 'ERROR';
|
||||
}
|
||||
$log->logInfo(sprintf($strLogMask, 'Price Update', $price, number_format(microtime(true) - $start, 3), $status, $message));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user