You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
Is it a paid Service/plan and are you using a payment gateway? If so building with Omnipay useful as it enables you to switch payment gateways without having to rewrite any of your code: https://omnipay.thephpleague.com/
I also have a stripe module that I sometimes drop in to projects as it has the includes for the JS, and routes for the webhooks and others bits needed. You just need to stick "stripe/stripe-php" in your composer file.
What sort of thing are you specifically looking for help with?
When a user register, I would like to give the user subscription plans like Free, Silver, Premium e,t,c.
I could use Omnipay for payments bit but what about customizing the registration process to allow that step where the user pick a plan, then record to DB. My options was:
Hook the complete register and get user id, then ask user to choose the plan, once they choose a plan, the account is activated.
Is there codeigniter subscription system open source? I cant find, but other frameworks have a lot!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you want to subscribe a user to a service/plan, whats the best approach when using bonfire?
The text was updated successfully, but these errors were encountered: