Tech Debt: Change source of truth for data to be an internal database (away from Stripe)
thejsj opened this issue · 0 comments
thejsj commented
Currently we use Stripe as the source of truth for multiple things not related to billing (notifiedTrialEnd
) and this should not be the case. We should store them in a proper database.