How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Sometimes it happens that a request to the HPB service to update the account properties can not be validated by the HPB service (
|
return new DataResponse(null, Http::STATUS_PRECONDITION_FAILED); |
). If this happens the HPB service request returns a
401 Unauthorized which causes the account to be marked as "expired". This causes confusion with customers that see a notification about the expired account (that still can be used successfully).
While it's a bug that the validation fails, also accounts should not be marked as "expired" then.