Skip to:
Account for a user having a paid plan that was comped.
Basically, we can comp a plan to a user so they can have the full facilities. However, there won't be a stripe backend for all their operations.
Subscription object
isComplimentary : boolean (false)
Subscription Panel
Amount : 0 (Complimentary)
Bill Date: None (Complimentary)
Upgrade/Downgrade Procedures
When upgrading a plan, if they don't have a providerID, then ignore it
because the account was complimentary
Getting Subscription Details
Default it when the subscription is complementary
Account for a user having a paid plan that was comped.
Basically, we can comp a plan to a user so they can have the full facilities. However, there won't be a stripe backend for all their operations.
Subscription object
isComplimentary : boolean (false)
Subscription Panel
Amount : 0 (Complimentary)
Bill Date: None (Complimentary)
Upgrade/Downgrade Procedures
When upgrading a plan, if they don't have a providerID, then ignore it
because the account was complimentary
Getting Subscription Details
Default it when the subscription is complementary