From 5bdff3929b950584558e2db6dc0a52c7a41767aa Mon Sep 17 00:00:00 2001 From: Emma Alexia Date: Mon, 16 Jun 2025 01:41:07 -0400 Subject: [PATCH] Allow failed subscriptions to be cancelled (#3795) When a payment for a subscription fails, we continue to try to re-attempt retrieving payment for 30 days. Sometimes making it fail is an intentional choice on the user's part (e.g. Privacy.com card) or other times the user just doesn't want their subscription anymore after it fails. This PR allows users with a failed payment to simply cancel instead of waiting for the 30-day timer to set in. --- apps/frontend/src/pages/settings/billing/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/frontend/src/pages/settings/billing/index.vue b/apps/frontend/src/pages/settings/billing/index.vue index 70ec4ee65..96ace83c5 100644 --- a/apps/frontend/src/pages/settings/billing/index.vue +++ b/apps/frontend/src/pages/settings/billing/index.vue @@ -330,8 +330,7 @@