Merge pull request #2402 from Safelite/feature/CASH-474
CASH-474 - upon confirmation page refresh, updated the logic to add a…
This commit is contained in:
commit
514df9dac5
1 changed files with 3 additions and 0 deletions
|
|
@ -237,6 +237,9 @@ export default {
|
|||
vm.shouldHideRecalibration = shouldHideRecalibration();
|
||||
vm.shouldDisplayFosterLove = hasFosterLoveExperiment;
|
||||
vm.donationAmount = donationAmount;
|
||||
vm.showDonationSuccess = lineItemsFromSubmittedOrder.supportingItems?.some(
|
||||
(item) => item.partType === partNumberStrings.DONATION
|
||||
);
|
||||
});
|
||||
},
|
||||
data() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue