electrikhq / electrik

Electrik is a full-featured, open-source, starter-kit to help you build you your SaaS application.
https://electrik.dev
MIT License
254 stars 19 forks source link

if you have select a free plan with 0 trial days, it still asks for a credit card to register #18

Closed neerajsohal closed 1 year ago

neerajsohal commented 1 year ago

Need to give user an option to configure this behaviour in the config file. My view is that some SaaS require credit card details even if someone subscribes to a free plan.

yordadev commented 1 year ago

I like the idea of a configuration file option for this. Having free users provide a CC is generally a good idea to prevent resource abuse, however not everyone wants this option enabled and just want free subscriptions.

neerajsohal commented 1 year ago

I agree. I'll make it optional via the config file.

neerajsohal commented 1 year ago

Have made electrik.php configuration file which can be used for defining whether to charge users for free plans or not.