Skip to content

Commit

Permalink
fix(notifications): setup notifications for all state changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Feb 25, 2025
1 parent 340442b commit ec7d51e
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 211 deletions.
15 changes: 8 additions & 7 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"prefix": "acs:"
},
"techUser": {
"id": "root_tech_user",
"id": "root-tech-user",
"token": "1a4c6789-6435-487a-9308-64d06384acf9"
}
},
Expand Down Expand Up @@ -411,12 +411,13 @@
},
"defaults": {
"Setting": {
"shop_fulfillment_evaluate_enabled": true,
"shop_fulfillment_create_enabled": true,
"shop_invoice_create_enabled": true,
"shop_invoice_render_enabled": true,
"shop_invoice_send_enabled": false,
"shop_order_error_cleanup_enabled": true
"shop_fulfillment_evaluate_disabled": false,
"shop_fulfillment_create_disabled": false,
"shop_invoice_create_disabled": false,
"shop_invoice_render_disabled": false,
"shop_invoice_send_disabled": true,
"shop_order_notifications_disabled": true,
"shop_order_error_cleanup_disabled": false
},
"Templates": [
{
Expand Down
Loading

0 comments on commit ec7d51e

Please sign in to comment.