whisper-money/resources
Víctor Falcón 3e97ce042b fix(subscriptions): address review of the trial/pricing experiment
- Refund is now idempotent and crash-safe: stamp refunded_at right after the
  refund succeeds, then cancel + disconnect best-effort in a try/catch (logged),
  and bail if already refunded. Drop the no-op DB::transaction.
- Funnel report attributes users by the variant Pennant actually served (eager
  loaded per chunk) instead of recomputing the formula, so it can't drift from
  what users experienced.
- Paywall states the exact amount charged today for pay_now (yearly upfront).
- Throttle + block-demo middleware on the refund route; drop the inline check.
- resolve(?User) nullable to match sibling features; resolve the variant once in
  offerFor; add French translations.
2026-06-27 16:10:15 +02:00
..
css fix(ui): make input borders visible in dark mode (#571) 2026-06-20 17:30:19 +00:00
js fix(subscriptions): address review of the trial/pricing experiment 2026-06-27 16:10:15 +02:00
views feat(email): follow up after post-onboarding AI consent (#596) 2026-06-26 17:56:06 +00:00