CSR-1285: replace hard-coded account no. with State one

This commit is contained in:
Adam Caouette 2024-01-29 22:03:41 -05:00
parent 8062894cca
commit 6839602ec0

View file

@ -1343,7 +1343,7 @@ export const actions = {
getMobileFeePart(context, { pageNameToLog }) {
const damageType = context.getters.damage.isRepair ? "Repair" : "Replace";
const parentAccountNumber = context.getters.payment.parentAccountNumber;
const billToAccountNumber = 87291; // TODO: MAKE THIS REAL
const billToAccountNumber = context.getters.payment.billToAccountNumber;
return globalMethods.callHttpClient({
method: endpoints.GetMobileFeePart.method,