Skip to content

Commit f2053f8

Browse files
Update server/polar/models/subscription.py
1 parent 3a8b501 commit f2053f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/polar/models/subscription.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@ def product(cls) -> Mapped["Product"]:
218218
)
219219
"""
220220
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.
225221
"""
226222

227223
@declared_attr

0 commit comments

Comments
 (0)