CASH-2576 - Fixed code formatting
This commit is contained in:
parent
3887057cda
commit
c528849696
1 changed files with 2 additions and 1 deletions
|
|
@ -3404,7 +3404,8 @@ export const actions = {
|
|||
{
|
||||
payload: {
|
||||
parentAccountNumber = context.getters.order.payment.parentAccountNumber,
|
||||
providerNumber = context.getters.order.serviceLocation.providerNumber || context.getters.order.serviceLocation.zipCodeCtu,
|
||||
providerNumber = context.getters.order.serviceLocation.providerNumber ||
|
||||
context.getters.order.serviceLocation.zipCodeCtu,
|
||||
isItac = context.getters.order.policy.isItac,
|
||||
},
|
||||
pageNameToLog,
|
||||
|
|
|
|||
Loading…
Reference in a new issue