eon of 0 (hardcoded) failed price service
This commit is contained in:
parent
44c5258b12
commit
bfe757df3e
1 changed files with 9 additions and 9 deletions
|
|
@ -707,15 +707,15 @@ export const useMainStore = defineStore({
|
||||||
zipCodeToUse = '44902';
|
zipCodeToUse = '44902';
|
||||||
ctuToUse = '01820';
|
ctuToUse = '01820';
|
||||||
const queryString =
|
const queryString =
|
||||||
`ParentAccountNumber=${applicationConfig.CASH_PARENT_ACCOUNT_NUMBER}`
|
`ParentAccountNumber=${applicationConfig.CASH_PARENT_ACCOUNT_NUMBER}`
|
||||||
+ `&CTU=${ctuToUse}`
|
+ `&CTU=${ctuToUse}`
|
||||||
+ `&CarId=${vehicle.carId}`
|
+ `&CarId=${vehicle.carId}`
|
||||||
+ `&Make=${vehicle.make}`
|
+ `&Make=${vehicle.make}`
|
||||||
+ `&Model=${vehicle.model}`
|
+ `&Model=${vehicle.model}`
|
||||||
+ `&Year=${vehicle.year}`
|
+ `&Year=${vehicle.year}`
|
||||||
+ '&EON=0'
|
+ `&EON=${this.order.eon}`
|
||||||
+ `&ZipCode=${zipCodeToUse}`
|
+ `&ZipCode=${zipCodeToUse}`
|
||||||
+ `${availableLineItemsFormattedForRequest}`;
|
+ `${availableLineItemsFormattedForRequest}`;
|
||||||
|
|
||||||
const response = await globalMethods
|
const response = await globalMethods
|
||||||
.callHttpClient({
|
.callHttpClient({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue