Skip to content

Commit e0772c4

Browse files
committed
update optional settings and mandatory settings
1 parent 7994f3c commit e0772c4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ The advanced settings can be configured in the `appsettings.json`
2828
{
2929
"Umbraco" : {
3030
"Commerce": {
31-
// Optional settings
3231
"AbandonedCartNotifierService": {
33-
"Enable": false,
34-
"FirstRunTime": "",
35-
"Period": "1.00:00:00",
36-
"NotificationBatchSize": 20
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
3736
}
3837
}
3938
}

0 commit comments

Comments
 (0)