Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
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.
Im running into the same issue. Have you found a solution?
I just ended up using javascripts Intl
```
```