## Summary - Removes the visible POS card-payment moms/tax selector from mobile and desktop Stripe terminal payment flows. - Keeps Stripe terminal payment intents at 25% moms by default and updates the POS desktop E2E assertion for the removed selector. ## Testing - `npx playwright test tests/e2e/pos-desktop-card-payments.spec.js --project=chromium-desktop --grep "idle state renders grouped terminal statuses"` - Visual preview capture on `origin/master`: `POS_CARD_PAYMENT_PREVIEW_DIR=.../before PLAYWRIGHT_WORKERS=1 npx playwright test tests/e2e/pos-card-payment-visual-preview.spec.js --project=chromium-desktop` - Visual preview capture on this branch: `POS_CARD_PAYMENT_PREVIEW_DIR=output/visual-previews/after PLAYWRIGHT_WORKERS=1 npx playwright test tests/e2e/pos-card-payment-visual-preview.spec.js --project=chromium-desktop` ## Visual change previews ### View: POS card payment **Description:** The POS card-payment step no longer shows the moms selector. The terminal selector and card-payment action remain available; 25% moms is still reflected in the payment summary where shown. #### Mobile (390x844) **Before:**  **After:**  #### Tablet (768x1024) **Before:**  **After:**  #### Desktop (1440x900) **Before:**  **After:**  Co-authored-by: Jeppe Bundgaard <jb@truckwash.dk>