How make sure subscription Canceled?
Hi,
I am testing a subscription which I canceled manually, before their subscription end or expired.
When i am checking property IsActive for the user who's
subscription is canceled manually. Its return
IsActive=True
Please go through the attachment..
How i make sure that a particular subscriptionID has been Canceled from the Customer object??
Thanks
- Cancelled_Subscription.png 44.9 KB
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by adam on 30 Jan, 2012 02:55 PM
Hi Harl,
I'm not sure why that is showing isActive. I searched your account for the customer ID from the screenshot but couldn't find it. Can you tell me which customer this is?
Thanks,
Adam
2 Posted by harikishore00 on 30 Jan, 2012 03:20 PM
Hi Adam,
Subscription id for this screenshot is:-
TESTTEST-e0b459f2UK
Regards
-Hari
3 Posted by adam on 30 Jan, 2012 04:05 PM
Hari, I've confirmed this and am discussing it with a developer. I'll report back as soon as I get an answer.
AQ
4 Posted by harikishore00 on 02 Feb, 2012 01:15 PM
Hi Adam,
I am waiting for your response.
Thanks,
-Hari
Support Staff 5 Posted by Marc Guyer on 04 Feb, 2012 02:07 PM
Hi Hari -- The
isActive
node you're referring to is a child of theplan
node. So, isActive corresponds to the plan, not the subscription directly. It's up to you how you determine if a subscription is active. The easy answer is that if a subscription does not have acanceledDatetime
, it is in good standing.Marc Guyer closed this discussion on 04 Feb, 2012 02:07 PM.