Skip to content

Commit

Permalink
fix(submit): improve submit behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Jan 16, 2025
1 parent 9973af0 commit 06710b0
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 367 deletions.
3 changes: 2 additions & 1 deletion cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,11 @@
},
"default": {
"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": true,
"shop_invoice_send_enabled": false,
"shop_order_error_cleanup_enabled": true
}
}
Expand Down
2 changes: 1 addition & 1 deletion cfg/config_production.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"address": "fulfillment-srv:50051"
},
"invoice": {
"address": "invoice-srv:50051"
"address": "invoicing-srv:50051"
}
},
"authorization": {
Expand Down
Loading

0 comments on commit 06710b0

Please sign in to comment.