Merged in fix/hide-payment-if-only-points (pull request #1741)
Feat(SW-1943): add new design for pay ancillaries with points * fix: hide card and payment info if only quantity with points is selected * feat(SW-1943): add new design for pay ancillaries with points * feat(SW-1943): add missing translation * feat(SW-1943): fix rebase * feat(SW-1943): remove console log Approved-by: Linus Flood Approved-by: Matilda Landström
This commit is contained in:
@@ -185,7 +185,6 @@ export function trackAddAncillary(
|
||||
productName: ancillary?.title,
|
||||
productUnits: quantityWithCard,
|
||||
productPrice: ancillary?.price,
|
||||
productPoints: ancillary?.points,
|
||||
productCategory: ancillary?.categoryName,
|
||||
})
|
||||
}
|
||||
@@ -196,7 +195,6 @@ export function trackAddAncillary(
|
||||
productId: ancillary?.loyaltyCode,
|
||||
productName: ancillary?.title,
|
||||
productUnits: quantityWithPoints,
|
||||
productPrice: ancillary?.price,
|
||||
productPoints: ancillary?.points,
|
||||
productCategory: ancillary?.categoryName,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user