Skip to content

v3.4.157

Choose a tag to compare

@radialmonster radialmonster released this 03 Aug 13:13
· 5 commits to main since this release

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.