From ea29ef0c7318a69e9d511f4e4c2fb500eb150431 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 20 Feb 2024 16:56:31 -0500 Subject: [PATCH] Add billToAccountNumber --- src/store/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/store/index.js b/src/store/index.js index c8623193..2b35d46d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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,