From c74befb4c8a21420b1c9486c599078322c0fb415 Mon Sep 17 00:00:00 2001 From: Srinath Date: Mon, 16 Mar 2026 15:04:39 +0530 Subject: [PATCH] Added in retrun funtion setExtendModel State --- src/useSubscriptionManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/useSubscriptionManager.js b/src/useSubscriptionManager.js index 314e345..8aa1a05 100644 --- a/src/useSubscriptionManager.js +++ b/src/useSubscriptionManager.js @@ -154,7 +154,7 @@ const useSubscriptionManager = (sessionData, logout) => { return () => clearInterval(interval); }, [sessionData]); - return { remainingDays, handleCancel, handlePay, freeExtend, extendModel }; + return { remainingDays, handleCancel, handlePay, freeExtend, extendModel,setExtendModel }; }; export default useSubscriptionManager;