From ea8354fbe5507b0671d09833c04c52d0d5b7b706 Mon Sep 17 00:00:00 2001 From: tleon Date: Thu, 9 Oct 2025 10:31:43 +0200 Subject: [PATCH] docs(currencies): remove references to cronjob archived module --- .../toggle-exchange-rate-automatization-command.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/development/architecture/domain/references/currency/_partials/toggle-exchange-rate-automatization-command.md b/development/architecture/domain/references/currency/_partials/toggle-exchange-rate-automatization-command.md index 99047bfe8f..fd30b36343 100644 --- a/development/architecture/domain/references/currency/_partials/toggle-exchange-rate-automatization-command.md +++ b/development/architecture/domain/references/currency/_partials/toggle-exchange-rate-automatization-command.md @@ -1,5 +1,10 @@ `PrestaShop\PrestaShop\Core\Domain\Currency\Command\ToggleExchangeRateAutomatizationCommand` -_Class ToggleExchangeRateAutomatizationCommand is responsible for turning on or off the setting - if its on then in CronJobs module it creates new record with url which points to the script which is being executed at certain time of period. If the setting is off then it removes that record._ + +{{% notice warning %}} +**Deprecated:** This command previously integrated with the CronJobs module, which has been archived as of December 2025. To automatically update currency exchange rates, you should configure a standard cron job instead. See the [Pricing FAQ]({{< relref "/faq/pricing" >}}) for details on setting up currency rate updates. +{{% /notice %}} + +_Class ToggleExchangeRateAutomatizationCommand is responsible for turning on or off the automatic exchange rate update setting._ | Command details | | | -------------------------- | -- |