I was having an issue updating the Commerce Core module from 2.25 to 2.27 (security update) via Composer and had to manually update the module via the ZIP file (dumb move, I know).
Now when I run drush pm:security, it's still seeing the old version (2.25).
Is there a command I can run to get this back in sync so that:
1. drush pm:security shows the correct version
2. I can continue to update Commerce Core via Composer (right now, if I attempt to update to 2.28 via Composer, it takes the site down with PHP errors).
Any advice would be appreciated.