Ad
  • Custom User Avatar

    Doing this test with C# (.NET Core 3.0, I'm passing it locally and my xUnit test is passing with a ew different scenarios I set up.

    But for some reason when I run the code in the browser it adds another digit to the Buy and Sell values, e.g. Locally => Buy: 16500 Sell: 11000; Browser => Buy: 165000 Sell: 110000;
    I have no idea where that number comes from and there is no way to debug the code.