Commit Graph

5 Commits

Author SHA1 Message Date
Mythie 19e960f593 fix: improve stripe webhook endpoint
Improve the stripe webhook endpoint by checking for
subscriptions prior to performing an update to handle
cases where accounts have no created subscription.

This can happen in sitations such as when a checkout_session has been created but the payment fails.
2023-05-31 21:11:54 +10:00
Mythie 6934e573d5 feat: add guards and subscription ui 2023-05-06 16:08:21 +10:00
Mythie da0166b746 fix: tidy stripe feature and add provider 2023-05-06 14:33:27 +10:00
Mythie 900b816ae0 feat: stripe handlers and fetchers 2023-05-05 20:08:18 +10:00
Mythie ed3e4d22ef feat: scaffhold subscription table and ui 2023-05-05 19:29:42 +10:00