Merge branch 'release/2025.07.10' into feature/CASH-1029-techreview

This commit is contained in:
chloeherdsafelite 2025-06-30 09:12:04 -04:00 committed by GitHub
commit 250d59e53e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,11 +101,6 @@ export default {
baseMixin.methods.filterOutFees(allLineItems)
);
let vapsLineItemsForSelectedPackage = this.lineItems.vaps;
vapsLineItemsForSelectedPackage.forEach((lineItem) => {
price += baseMixin.methods.getTotalLineItemPrice(lineItem);
});
if (this.lineItems.promos) {
let allLineItems = getArrayOfAllLineItemsAndChildParts(this.lineItems);
const promos = getPromosThatMatchLineItemsOnOrder(
@ -119,12 +114,6 @@ export default {
return price;
},
afterpayPrice() {
let price = this.getTierOnePackagePrice;
const adjusted = (price / 4).toFixed(2);
return `$${adjusted}`;
},
showAfterpayExtendedPayOption() {
return (
this.afterpayExtendedPayOptionThreshold &&