Browse Source

Extend user settings by performance calculation type

pull/5836/head
Thomas Kaul 6 days ago
parent
commit
691eda565d
  1. 2
      test/import/ok/novn-buy-and-sell-partially.json
  2. 2
      test/import/ok/novn-buy-and-sell.json

2
test/import/ok/novn-buy-and-sell-partially.json

@ -27,7 +27,7 @@
], ],
"user": { "user": {
"settings": { "settings": {
"currency": "USD", "currency": "CHF",
"performanceCalculationType": "ROAI" "performanceCalculationType": "ROAI"
} }
} }

2
test/import/ok/novn-buy-and-sell.json

@ -27,7 +27,7 @@
], ],
"user": { "user": {
"settings": { "settings": {
"currency": "USD", "currency": "CHF",
"performanceCalculationType": "ROAI" "performanceCalculationType": "ROAI"
} }
} }

Loading…
Cancel
Save