Cache Stripe customer plan flags into KVstore.io
When Stripe records a subscription update, DeskFerry writes the customer ID and plan tier to KVstore.io so the Next.js app can read entitlement flags without DB hits.
Stripe: Subscription plan updated
DeskFerry: Decide the next action
KVstore.io: Write customer plan flags
