Commit 970bfd9
committed
fix(next): do not crash sub manage on canceled sub
Because:
- Retrieving upcoming invoices using customer and subscription fails for
customers with a subscription set to cancel at period end.
This commit:
- Updates query fetching an upcoming invoice to always behave as if the
subscription is not set to cancel at period end.
Closes #PAY-32901 parent 9e4ad95 commit 970bfd9
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| |||
0 commit comments