Skip to content

Commit

Permalink
[INTERNAL] WHITESPACES
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Jan 11, 2025
1 parent 7417151 commit a5bd322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admin/AdminDPDBalticsSettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ public function postProcess()
}

$parentReturn = parent::postProcess();

if (Tools::isSubmit('submitDpdDownloadLogs')) {
$this->downloadLogs();
}
Expand All @@ -251,7 +252,6 @@ public function postProcess()
try {
$regenerationHandler->handle();
$this->confirmations[] = $this->l('Prestashop carriers regenerated successfully');

} catch (DpdCarrierException $e) {
$logger->error($e->getMessage());
$this->errors[] = $this->l('Could not regenerate carriers, please refer to module logs for more information');
Expand Down

0 comments on commit a5bd322

Please sign in to comment.