From 0c94d33a54a5885343625fe46a34fcd3d35214e5 Mon Sep 17 00:00:00 2001 From: CarlNation <32103961+CarlNation@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:51:37 -0400 Subject: [PATCH] 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 --- src/store/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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,