Dinnit-Bros / dinnit

1 stars 1 forks source link

28 integrate stripe for subscriptions #29

Closed isym444 closed 6 days ago

isym444 commented 3 weeks ago

Subscription button

image

Triggers stripe API to allow payment:

image

Updates database once payment gone through:

image
isym444 commented 3 weeks ago

Added UI change for existing subscribers to show cancel subscription button

image

Added functionality to cancel subscription button causing it to cancel the subscription on stripe and update the profile table on supabase sql table

image image
isym444 commented 3 weeks ago

Slight UI tweaks:

image