Merge pull request #555 from Safelite/feature/richardson/SSR-1123

Add billToAccountNumber
This commit is contained in:
brich1212safe 2024-02-21 09:20:45 -05:00 committed by GitHub
commit 9465c49012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -776,6 +776,7 @@ export const useMainStore = defineStore({
startDate,
endDate,
applicationName: applicationConfig.APPLICATION_NAME,
billToAccountNumber: this.issConfig.parentAccountNumber.toString(), // TODO: MAKE THIS REAL
parentAccountNumber: this.issConfig.parentAccountNumber, // this.payment.parentAccountNumber,
carId: vehicle.carId,
lineItems,
@ -838,6 +839,7 @@ export const useMainStore = defineStore({
endDate,
shopAppointmentType,
applicationName: applicationConfig.APPLICATION_NAME,
billToAccountNumber: this.issConfig.parentAccountNumber.toString(), // TODO: MAKE THIS REAL
parentAccountNumber: this.issConfig.parentAccountNumber, // this.payment.parentAccountNumber,
carId: vehicle.carId,
lineItems,