Files
berrypod/lib/berrypod_web
jamey a0985bd07e
All checks were successful
deploy / deploy (push) Successful in 1m0s
fix Stripe webhook crash on struct access
Stripe.Checkout.Session is a struct that doesn't implement Access,
so get_in with atom keys fails. Use direct struct field access instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 23:36:21 +00:00
..