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.