CASH-474 - upon confirmation page refresh, updated the logic to add another donation
This commit is contained in:
parent
1b07bb1ebb
commit
5454d941a8
1 changed files with 3 additions and 0 deletions
|
|
@ -237,6 +237,9 @@ export default {
|
||||||
vm.shouldHideRecalibration = shouldHideRecalibration();
|
vm.shouldHideRecalibration = shouldHideRecalibration();
|
||||||
vm.shouldDisplayFosterLove = hasFosterLoveExperiment;
|
vm.shouldDisplayFosterLove = hasFosterLoveExperiment;
|
||||||
vm.donationAmount = donationAmount;
|
vm.donationAmount = donationAmount;
|
||||||
|
vm.showDonationSuccess = lineItemsFromSubmittedOrder.supportingItems?.some(
|
||||||
|
(item) => item.partType === partNumberStrings.DONATION
|
||||||
|
);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue