Forums › 💬 NodeCanvas › ⚙️ Support › InventoryPro integration issues › Reply To: InventoryPro integration issues
Thank you!
However it doesn’t seem updated to me. Maybe you uploaded the wrong file? Which version of Inventory Pro did you update it for?
I can see you uploaded a new package here: https://nodecanvas.paradoxnotion.com/download/inventory-pro/
However when I import it I get errors indicating that the API in use for Inventory Pro is not updated to the latest version, 2.5.x.
using Devdog.InventorySystem;
Should be:
using Devdog.InventoryPro;
And various other things must be updated to accommodate the new API.