Skip to content

Commit

Permalink
AC-5969::AlertProcessor - Argument #2 () must be of type int, string …
Browse files Browse the repository at this point in the history
…given
  • Loading branch information
AshishKumarPundeer committed Apr 30, 2024
1 parent 995a05c commit 82f6a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/ProductAlert/etc/crontab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
<group id="default">
<job name="catalog_product_alert" instance="Magento\ProductAlert\Model\Observer" method="process">
<job name="product_alert" instance="Magento\ProductAlert\Model\Observer" method="process">
<config_path>crontab/default/jobs/catalog_product_alert/schedule/cron_expr</config_path>
</job>
</group>
Expand Down

0 comments on commit 82f6a01

Please sign in to comment.