Back
Domain Watchman
Load previous page…
Hide all subscription-related fields in the settings page when the user doesn't have an active subscription
#domainwatchman
Refactor Stripe tests to use manually constructed Stripe structs instead of JSON strings
#domainwatchman
Show subscription status and end date on the account settings page when a user cancels the subscription
#domainwatchman
Create a http handler and tests to upgrade the user's plan after receiving the "invoice.paid" callback from Stripe
#domainwatchman
Create a global secondary index, write a repository method and tests to retrieve a user by Stripe customer ID
#domainwatchman
Before creating a Stripe session, create a Stripe customer and attach user ID as meta
#domainwatchman
Create columns for subscription start and end dates and a corresponding index to retrieve users sorted by subscription expiration date
#domainwatchman