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:
mvalaiyapathi 2025-04-08 10:39:52 -04:00 committed by GitHub
commit 514df9dac5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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() {