Skip to content

No way to cancel subscription immediately if was canceled before #229

@tonypizzicato

Description

@tonypizzicato

Clerk's dashboard allows to cancel subscription immediately if it was soft-canceled before (will end after current period).
So you actually do in the dashboard: cancel with ?end_now=false and subscription remains active till the end of the period. Then you call cancel with end_now=true it cancels again and is not available anymore.
Doing the same with cancel_subscription_item_async(id, end_now=False) and then cancel_subscription_item_async(id, end_now=True) fails on the second cal with You can't cancel a subscription item that is already canceled

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions