Remove typo that turns float into tuple
This commit is contained in:
parent
385db5422e
commit
eecd7cc552
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ def generate_um_report(
|
|||
# royalties paid to BBO for the BBO products.
|
||||
sats_owed_to_um = (
|
||||
(sats_received_for_sku * discount_factor_for_bbo_skus)
|
||||
* UM_FIRST_AGREEMENT_PERCENTAGE,
|
||||
* UM_FIRST_AGREEMENT_PERCENTAGE
|
||||
)
|
||||
|
||||
report.append(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue