Storybooks for commit 4e577d0eaf7ac4bfec13901d7a3db3426bec8169

Date
4/20/2026, 10:28:03 PM UTC
Summary
fix(payments-cart): validate isFreeTrial on cart
Description
Because:

- If a user's eligibility status changes between cart setup and checkout
  completion, the user could be billed a different amount than shown.

This commit:

- Compares their free trial eligibility pre/post checkout to validate
  that they didn't become ineligible during the checkout process

Closes FXA-3657