Commit 0b48430
committed
fix(auth): sanitize plan on eligiblity check
Because:
- Under certain conditions the plan eligibility check returns an
unsanitized abbreviated plan of the current plan the customer is
subscribed to.
This commit:
- Sanitize the plan returned by the plan eligibility API so that
sensitive data is removed.
Closes #PAY-32751 parent da55ebd commit 0b48430
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
230 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
231 | 234 | | |
232 | 235 | | |
233 | 236 | | |
| |||
0 commit comments