wip /management
This commit is contained in:
parent
b27ebea6ee
commit
112ece6d9a
9 changed files with 158 additions and 5 deletions
|
|
@ -51,6 +51,7 @@ end
|
|||
let coin_kudo_1 =
|
||||
Types.Config_types.Coin.
|
||||
{
|
||||
section_name= "kudo_1";
|
||||
value= amount "EUR:0.01";
|
||||
duration_withdraw= 999999;
|
||||
duration_spend= 999999;
|
||||
|
|
@ -64,5 +65,7 @@ let coin_kudo_1 =
|
|||
age_restricted= `NO;
|
||||
}
|
||||
|
||||
let coin_kudo_2 = { coin_kudo_1 with value= amount "EUR:0.02" }
|
||||
let coin_kudo_2 =
|
||||
{ coin_kudo_1 with section_name= "kudo_2"; value= amount "EUR:0.02" }
|
||||
|
||||
let coins = [ coin_kudo_1; coin_kudo_2 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue