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
fix(qa): invalidate stale WC API keys after environment reset
resetEnvironment() wipes the DB row backing whatever WC API key is cached in
.env, but left the now-dead ck_/cs_ pair in place. ensureWooCommerceApiKeys()
only checks that the pair is present (deliberately, to avoid a different
false-positive on shared environments), so every WC REST call after a reset
401'd until someone noticed and cleared the keys by hand. Verified on both
local wp-env and Kinsta.
0 commit comments