v3.4.157
Refresh stale account_id when reusing an error/pending entitlement row.
If a product was reconnected to a different Google account after an entitlement row failed to grant, create_entitlements_for_recipient() reused the row as-is without updating account_id, so cron retries kept targeting the old (possibly disconnected) account forever. Granted rows are left untouched since their live Drive permission was created under the original account.