diff --git a/src/store/index.js b/src/store/index.js index 5b4390181..529b24fc7 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -532,7 +532,7 @@ export const actions = { }, lookupVinByImage(context, image) { const data = new FormData(); - data.append("file", image); + data.append("vinFile", image); return globalMethods.callExternalHttpClient({ method: endpoints.LookupVinByImage.method, endpoint: endpoints.LookupVinByImage.url,