Tracking Link For Australia Post Not Working

This is the tracking link generated by CS-Cart ( it displays no tracking information )
https://auspost.com.au/mypost/track/#/search?exp=b&id=99707438376501008320905

This is what the tracking link should be.
https://auspost.com.au/mypost/track/#/details/99707438376501008320905

Please post this issue to the bug tracker. At the moment you can change tracking url here (find the getInfo function)

app/Tygh/Shippings/Services/Aup.php

Thank you. Reported as bug.

Found the file but no clue what to change.

Will let the big boys sort it out.

Found the file but no clue what to change.

Replace

'tracking_url' => 'http://auspost.com.au/track/track.html?exp=b&id=%s'

with

'tracking_url' => 'https://auspost.com.au/mypost/track/#/details/%s'

Magical. Thank you very much but the CS-Cart team 'should' have saved you the trouble.