I am developing a custom app, and am working with subscription contracts.
I have set the status of all subscription contracts to “CANCELLED”, and yet I am prevented from deleting a customer. I get the following message:
This customer can’t be deleted because they have:
- Active subscription
Also under the Merge customer section, I see a message saying “…has product subscriptions and can’t be merged.”
I have verified with graphQL queries that all subscriptionContracts are CANCELLED.
What am I missing?