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;