Skip to content

Commit

Permalink
Update Model/Config/Backend/ProcessedWebhookRemoval.php
Browse files Browse the repository at this point in the history
Co-authored-by: Ángel Campos <angel.campos@adyen.com>
  • Loading branch information
candemiralp and acampos1916 authored Feb 14, 2025
1 parent c847317 commit 9e1d47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Config/Backend/ProcessedWebhookRemoval.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function afterSave(): ProcessedWebhookRemoval
if ($this->isValueChanged() && $this->getValue() === '1') {
$numberOfDays = $this->getFieldsetDataValue('processed_webhook_removal_time');
$message = __(
'You enabled processed webhook removal cronjob. Processed webhooks older than %1 days will be removed.',
'You enabled the automatic removal of Adyen's processed webhooks. Processed webhooks older than %1 days will be removed.',
$numberOfDays
);

Expand Down

0 comments on commit 9e1d47a

Please sign in to comment.