Storybooks for commit 8ed04025aafb1a8b1581dfb9ac051162882232aa

Date
3/3/2026, 7:46:48 PM UTC
Summary
feat(payments-next): Replace console logging calls with LoggerService
Description
Because:
* LoggerService provides better metadata and consistent log levels across the application than the console logs permit

This commit:
* Replaces console calls with LoggerService in NestJS services, Next.js route handlers, and server actions
* Adds an optional logger parameter to type-cacheable cache strategies, defaulting to console to preserve existing behavior

Closes #PAY-2131