Commit 287a399
Correct the revocation wording: empty responses are artifacts
Verified against subscriptions-api (code and a live grant/revoke
cycle): the server reports a revocation by returning the entitlement
as inactive and enumerates every config-mapped entitlement even for
users with no purchases, so real revocations arrive non-empty and
apply immediately. A fully empty entitlements array is a backend or
config artifact, which is the only shape the guard ignores. Update
the changelog and the guard comment to stop claiming revocations
wait for the expiry date.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 9d1ef98 commit 287a399
2 files changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
932 | | - | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
933 | 936 | | |
934 | 937 | | |
935 | 938 | | |
| |||
0 commit comments