We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8b501 commit f2053f8Copy full SHA for f2053f8
server/polar/models/subscription.py
@@ -218,10 +218,6 @@ def product(cls) -> Mapped["Product"]:
218
)
219
"""
220
Timestamp when the discount was first applied to a billing cycle.
221
-
222
- This is used to determine when repeating discounts should expire.
223
- It remains null until the discount is actually used in a billing cycle,
224
- at which point it's set to that cycle's start date.
225
226
227
@declared_attr
0 commit comments