CASH-417
CASH-417 pass vehicle sub type to save-progress endpoint
This commit is contained in:
parent
b1588a8e9b
commit
e9c0898442
1 changed files with 1 additions and 0 deletions
|
|
@ -2110,6 +2110,7 @@ export const actions = {
|
|||
year: vehicle.year,
|
||||
make: vehicle.make,
|
||||
model: vehicle.model,
|
||||
subType: vehicle.vehicleSubType,
|
||||
isInsurance: order.payment.isInsurance ?? false,
|
||||
isVerified: order.payment.insuranceCoverage.isVerified ?? false,
|
||||
lineItems: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue