Skip to content

Commit ec7d51e

Browse files
author
Gerald Baulig
committed
fix(notifications): setup notifications for all state changes
1 parent 340442b commit ec7d51e

File tree

3 files changed

+282
-211
lines changed

3 files changed

+282
-211
lines changed

cfg/config.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
"prefix": "acs:"
346346
},
347347
"techUser": {
348-
"id": "root_tech_user",
348+
"id": "root-tech-user",
349349
"token": "1a4c6789-6435-487a-9308-64d06384acf9"
350350
}
351351
},
@@ -411,12 +411,13 @@
411411
},
412412
"defaults": {
413413
"Setting": {
414-
"shop_fulfillment_evaluate_enabled": true,
415-
"shop_fulfillment_create_enabled": true,
416-
"shop_invoice_create_enabled": true,
417-
"shop_invoice_render_enabled": true,
418-
"shop_invoice_send_enabled": false,
419-
"shop_order_error_cleanup_enabled": true
414+
"shop_fulfillment_evaluate_disabled": false,
415+
"shop_fulfillment_create_disabled": false,
416+
"shop_invoice_create_disabled": false,
417+
"shop_invoice_render_disabled": false,
418+
"shop_invoice_send_disabled": true,
419+
"shop_order_notifications_disabled": true,
420+
"shop_order_error_cleanup_disabled": false
420421
},
421422
"Templates": [
422423
{

0 commit comments

Comments
 (0)