This commit is contained in:
timurgordon
2025-05-27 11:34:44 +03:00
parent 0da512484f
commit 2a2d69dafb
5 changed files with 68 additions and 38 deletions

View File

@@ -60,8 +60,8 @@ let shareholder1 = new_shareholder()
.user_id(sh1_user_id)
.name(sh1_name)
.shares(1000.0)
.percentage(10.0)
.type_(ShareholderTypeConstants::Individual)
.percentage(10.0) // CALCULATED
.type_("Individual")
.since(sh1_since)
.set_base_created_at(1672617600);