trypost/app/Http
Paulo Castellano eebe510a31 fix(billing): widen tracking exception catch so post-payment page never crashes
`$account->stripe()` can throw `\Stripe\Exception\InvalidArgumentException`
(descends from PHP's `InvalidArgumentException`, not `ApiErrorException`)
when the Stripe key is missing/malformed. Since the conversion data is
purely for tracking, any failure must degrade silently — not break the
post-payment success page.
2026-05-12 13:38:37 -03:00
..
Controllers fix(billing): widen tracking exception catch so post-payment page never crashes 2026-05-12 13:38:37 -03:00
Middleware fix: yearly billing interval display in UpgradeDialog and Billing page 2026-05-07 11:35:28 -03:00
Requests refactor(posts): tighten content-length caps and simplify contentOverflow 2026-05-11 20:06:44 -03:00
Resources feat: GTM dataLayer context + checkout/purchase events 2026-05-06 10:14:17 -03:00