fix(next): do not crash sub manage on canceled sub Because:
commit 970bfd9d80ffcd1b99cfbf319322ace34d7b0eb0 Author: Reino Muhl <10620585+StaberindeZA@users.noreply.github.com> Date: Wed Sep 24 14:01:56 2025 -0400 fix(next): do not crash sub manage on canceled sub Because: - Retrieving upcoming invoices using customer and subscription fails for customers with a subscription set to cancel at period end. This commit: - Updates query fetching an upcoming invoice to always behave as if the subscription is not set to cancel at period end. Closes #PAY-3290