HalcyonBio / halcyon.bio

Halcyon Bio website
0 stars 0 forks source link

Commission rate calculation is static not dynamic #19

Closed Dan-Halcyon closed 6 years ago

Dan-Halcyon commented 6 years ago

on the account page h3(if='{ isAffiliate() }') Commission Earned: { renderCurrency('usd', parseInt((data.get('user.transactions.points.balance') || 0) * .15), 10)}

if I'm not mistaken - if I set someone's commission rate at 10% in the backend, this would calculate by .15/15% ?

davidtai commented 6 years ago

fixed to use the number from the dashboard