~ What they will be buyingif plan is passed in then show the plan they will be buying + any applicable promotion
if no plan is passed show all plans + all promotions
Show the next billing date (like when is the next time they pay 30 days from now) // low priority
~Form that allows user to input details to subscribe to a new plan.
Need following details:
user info
credit card details
~ Api call that creates new customer, transaction, and anything else (update this @Haroombe @NhatPham123tm )
redirects to User Profile page when complete (/user/[customerid])
!under construction
input data:
Plan (can be null) promotion (can be null)
fetch data
current logged in user if applicable
path (
/plan/signup
)Page
~ What they will be buying if plan is passed in then show the plan they will be buying + any applicable promotion if no plan is passed show all plans + all promotions Show the next billing date (like when is the next time they pay 30 days from now) // low priority
~Form that allows user to input details to subscribe to a new plan. Need following details:
~ Api call that creates new customer, transaction, and anything else (update this @Haroombe @NhatPham123tm )
/user/[customerid]
)DB view