CSR-2054
CSR-2054 send policy data to save on order service so we can check nocomp and itac to determine if we use cash parent account when pulling previous items from serverdata
This commit is contained in:
parent
44c595e88c
commit
0c94d33a54
1 changed files with 4 additions and 1 deletions
|
|
@ -1726,7 +1726,10 @@ export const actions = {
|
|||
lastFour: order.payment.ccToken.lastFour,
|
||||
},
|
||||
},
|
||||
policy: {},
|
||||
policy: {
|
||||
isItac: order.policy?.isItac,
|
||||
isNoComp: order.policy?.isNoComp,
|
||||
},
|
||||
serviceLocation: {
|
||||
streetAddress: order.serviceLocation.address,
|
||||
streetAddress2: order.serviceLocation.address2,
|
||||
|
|
|
|||
Loading…
Reference in a new issue