You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span class="font-semibold">resumeSubscription</span> lets your users resume their subscription set to be canceled from <a href="/docs/sdk/cancel-subscription/">cancelSubscription</a>.
</p>
<pre>
<code class="language-javascript">
userbase.resumeSubscription().then(() => {
// user sucessfully resumed subscription
}).catch((e) => console.error(e))
</code>
</pre>
<h3 id="params">Notes</h3>
<ul>
<li>
Your user will not be able to resume a subscription that has already passed its <span class="field">cancelSubscriptionAt</span> date. Your user must purchase a new subscription in this case.