diff --git a/src/store/index.js b/src/store/index.js index 6fbd409a8..684aad2ce 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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,