Skip to content

Commit 3d728cb

Browse files
authored
Update configuring-abandoned-cart-notification.md - update the appsettings fields
1 parent b7530d9 commit 3d728cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

16/umbraco-commerce/how-to-guides/configuring-abandoned-cart-notification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ The advanced settings can be configured in the `appsettings.json` file.
2929
"Umbraco" : {
3030
"Commerce": {
3131
"AbandonedCartNotifier": {
32-
"Enable": false, // Set to true if you want to enable the background job
33-
"FirstRunTime": "", // Optional settings
34-
"Period": "1.00:00:00", // Optional settings
35-
"NotificationBatchSize": 20, // Optional settings
32+
"Enable": true, // Optional. Set to false if you want to disable the recurring background job
33+
"FirstRunTime": "", // Optional
34+
"Period": "1.00:00:00", // Optional
35+
"NotificationBatchSize": 20, // Optional
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)