Skip to content

Commit b7530d9

Browse files
authored
Update configuring-abandoned-cart-notification.md - update appsettings section name
1 parent c93063e commit b7530d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The advanced settings can be configured in the `appsettings.json` file.
2828
{
2929
"Umbraco" : {
3030
"Commerce": {
31-
"AbandonedCartNotifierService": {
31+
"AbandonedCartNotifier": {
3232
"Enable": false, // Set to true if you want to enable the background job
3333
"FirstRunTime": "", // Optional settings
3434
"Period": "1.00:00:00", // Optional settings

0 commit comments

Comments
 (0)