Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 57079: Add default configs where values are passed to DateI…
…nterval ## What's being changed We've added default values in config.xml relating to send_after settings for abandoned carts. ## Why it's being changed These should have been added anyway, but this PR resolves a particular error: `Unknown or bad format (PTM)` in abandoned cart sync. The error appeared in the cron report if AC was configured at website or store level, but the 'Enrol abandoned cart after' setting was set to 'Use default' (and default was null). ## How to review / test this change - Reset all configs in abandoned_carts (delete from core_config_data and flush config cache) - Map AC program at website level leaving 'Enrol abandoned cart after' ('Use Default' will be checked) - Run abandoned cart sync - See no error in CLI - Configure AC email series as well, in the same way (not at default level, leaving 'send after' settings as 'Use Default') - Drop a cart and allow cron to run and pick up your cart for both program and email series Related work items: #267092
- Loading branch information