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
Merged PR 16981: Only update catalog if orders found
## What's being changed
Order sync.
## Why it's being changed
In the event that no orders were found to sync, an SQL exception was thrown at `updateCatalog()`.
## How to review / test this change
- Check you have no orders to sync
- Run `n98-magerun sys:cron:run ddg_automation_order_and_quote_sync`
- No output in exception.log
Related work items: #99875