ID conversion is based on the stateVersion. Unfortunately the notif code only handled the codeVersion and passed a new platformDetails object that didn't contain the stateVersion so this diff improves that.
This wasn't noticed earlier because previously conversion was based on codeVersion so it was working properly. Additionaly created ENG-4850 to refactor this code to handle the platformDetails together in the future.