commit
c5d88c7983
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