Closed arimedya closed 1 year ago
Hello, at the moment this is not possible, the multiple subscription I think it's more aimed toward having different features.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Let's say a user has one "main" subscription and "sub" subscription.
This both plan has posts_per_social_profile feature. Main subscription's plan: posts_per_social_profile => 5 sub subscription's plan: posts_per_social_profile => 2
$amountOfPosts = $plan->getFeatureByTag('posts_per_social_profile')->value;
This code, return value only for one plan.
How can i get this feature value "posts_per_social_profile" as 7 ?
Help please!
Thanks in advance.