From d585a8311be1bc12ffa583ba0fbfdf0af714fd22 Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Thu, 1 Aug 2024 12:52:06 +0530 Subject: [PATCH] auto recurring testing phase 8 --- manage_subscriptions/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage_subscriptions/views.py b/manage_subscriptions/views.py index dab7572..d5d55f6 100644 --- a/manage_subscriptions/views.py +++ b/manage_subscriptions/views.py @@ -326,7 +326,7 @@ class StripeProductDeleteView(LoginRequiredMixin, generic.View): resource = resource_action.RESOURCE_MANAGE_SUBSCRIPTIONS action = resource_action.ACTION_DELETE model = StripeProduct - success_url = reverse_lazy("manage_subscriptions:product_list") + success_url = reverse_lazy("manage_subscriptions:stripe_product_list") success_message = constants.RECORD_DELETED error_message = constants.RECORD_NOT_FOUND