Cherry-pick: Renamed image file in html response

This commit is contained in:
Chloe Herd 2023-03-08 13:24:31 -05:00
parent 8469d3811b
commit 2dc6ef3305

View file

@ -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,