You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pending Order Cleanup cron job is not executing as expected. In previous versions, it was assigned to the cron group with group_id="worldpay_pending_order_cleanup", but in the latest version, the group_id has been incorrectly updated to "defalut" instead of "default".
There is no cron group defined as "defalut" in cron_groups.xml, which is likely a typographical error preventing the cron job from running.
Expected Behavior
The group_id should be correctly defined as "default" (is assinged to defined magento's cron_group) or assigned to the appropriate existing cron group.
The text was updated successfully, but these errors were encountered:
Environment Details
Issue Description
The Pending Order Cleanup cron job is not executing as expected. In previous versions, it was assigned to the cron group with group_id="worldpay_pending_order_cleanup", but in the latest version, the group_id has been incorrectly updated to "defalut" instead of "default".
There is no cron group defined as "defalut" in cron_groups.xml, which is likely a typographical error preventing the cron job from running.
Affected File & Line
File: vendor/sapient/module-worldpay/etc/crontab.xml
Line: 21
Expected Behavior
The group_id should be correctly defined as "default" (is assinged to defined magento's cron_group) or assigned to the appropriate existing cron group.
The text was updated successfully, but these errors were encountered: