TheNewEconomy / EconomyCore

The core code powering TNE.
Other
8 stars 5 forks source link

[Bugfix] Fix percent tax for payer #65

Closed pauloantoniassi closed 10 months ago

pauloantoniassi commented 10 months ago

The if statement for the payer tax was expecting the pattern 9.9\\% but only the % was removed before parsing.

Updated the if to match the pattern 9.9%, same used for the receiver tax.

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.

ghost commented 10 months ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/TheNewEconomy/EconomyCore/65/5517ca41/579064034600270b305f33fb8b86332ccf30b032.svg)](https://app.codesee.io/r/reviews?pr=65&src=https%3A%2F%2Fgithub.com%2FTheNewEconomy%2FEconomyCore) #### Legend CodeSee Map legend
creatorfromhell commented 10 months ago

Cheers, I fixed this in the other areas, must've forgotten this one. Thank you.