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
Update subscription field to subscriptionId in POST /v2/subscriptions response.
Remove stripeReturnUrl query parameter from GET /v2/subscriptions and /v2/subscriptions/{subscriptionId}.
Remove stripeCustomerPortal field from GET /v2/subscriptions and GET /v2/subscriptions/{subscriptionId} responses.
Update POST /v2/subscriptions/giftCards/{giftCardCode}/redeem response to an empty body.
Add GET /v2/subscriptions/stripe/customerPortalUrl to fetch a short-lived URL to access the Stripe Customer Portal.
Update column names in database schema.
Restrict POST /v1/accounts/signIn, POST /v1/accounts/signUp, GET /v1/accounts/credentials and POST /v1/subscriptions/stripe/webhook to anonymous users.