Commit 86e679a
Feature/508 collect triggered after complete (#511)
This PR fixes an issue where the client could continue polling BankID for status even after a transaction had already completed. In the original bug, this caused a pattern where a collect call would complete, but subsequent scheduled status checks would still run and fail multiple times, resulting in the user seeing the generic error message “Okänt fel. Försök igen.” The fix adds a safeguard to prevent any further status checks once a transaction has been marked as completed.
---------
Co-authored-by: Elin Fokine <ElinO@activesolution.se>1 parent 500e521 commit 86e679a
File tree
2 files changed
+2
-2
lines changed- src/ActiveLogin.Authentication.BankId.AspNetCore/Client
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments