Subscription price rounded to the whole number

Hi there!
It looks like the @price object in the subscription page returns an amount rounded off to the highest (or lowest) whole number. So a €14,90 subscription will be shown as €15 in the table.
The Stripe subscription though gets created with the right amount.

I can easily manually code the prices, but it would be nice to know if this is intended behaviour.

1 Like

I noticed the same issue. A solution would be to add a custom handlebars template helper, but I haven’t tried yet. I’m also just hard coding the price for now.

1 Like