I would like to display yearly price next to the monthly price x12 with strikethrough. E.g.:
~59.99~ 29.99
RevenueCat is already doing the math for `relative_discount`. Seems like it should be easy to expose the value used in the calculation. Could call it something like `price_before_discount`.
This is very common on paywalls and seems like an oversight on RC’s part.
There are many other community posts asking for this. E.g. this one
