There is some error with the second and third beneficiaries in JSON format
{
beneficiaries: [
mention1: 25,
mention2: 25,
mention3: 25,
mention4: 25,
]
}
in suppose to be
{
beneficiaries: [
{ mention1: 25 },
{ mention2: 25 },
{ mention3: 25 },
{ mention4: 25 }
]
}
Ups u r right! :) We'll update it!
I almost going to finish it, will create a repo for that.
But need more testing LOL
cool made some updates to the post. Especially this possible error: