I'll create a quick test app and check this out. I do know there is no indication of being on a trial though.
Apr 13, 2017
6
Level 5
Can you constrain free plans to max users?
I'm currently trying to add a FREE plan to my app that users can select when they're approaching the end of their trial:
Spark::freeTeamPlan()
->maxTeamMembers(5)
->features([
'One Location',
'Up to 5 team members',
'1 Location',
'Up to 10 tasks',
]);
But the problem is:
Firstly - It doesn't appear to show if you're on a trial:

Secondly - Switching to a free plan seems to bypass eligibility checks in Spark::checkTeamPlanEligibilityUsing() - which means that people with a LOT of team members can subscribe to the free plan.
Level 10
Oh interesting... if I require a card up front then the free plans show. Whether it's freeTeamPlan or price(0).

1 like
Please or to participate in this conversation.