...
Add a new field in LaunchDarkly to store the discount value. The field will be named serviceFeeDiscount
with a value of N cents that will discount the calculated serviceFee
by that amount in cents.
A second new field will be added in LaunchDarkly named serviceFee
that if populated will override the calculation previously used the calculate the serviceFee
.
Technical Solution
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Sequence diagram of solution flow
...