I’m Using Storefront API to fetch Cart currency details to my headless storefront, and my store currency format is set to INR. But the currency format is coming as a single zero after decimal like “21.0” where I want the currency format to be llike “21.00” two digits after decimal.
Any suggestions how to do that.