diff --git a/src/store/index.js b/src/store/index.js index db3c739e..1a9126b5 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -527,6 +527,13 @@ export const useMainStore = defineStore({ orderItemsArray.push(glassPieceObject); manuaGlassNamesArray.push(glassPiece.glassLocation); }); + if (this.order.customer.address.state === 'FL' && this.order.damage.isRepair) { + const damageLocationObject = { + name: damageLocationsSelected.WINDSHIELD.toUpperCase() + }; + orderItemsArray.push(damageLocationObject); + manuaGlassNamesArray.push(damageLocationsSelected.WINDSHIELD); + } return new Promise((resolve, reject) => { globalMethods.callHttpClient({