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:
Bianca Widstam
2025-04-10 06:18:02 +00:00
parent 8f4834a6ef
commit 77c03905e4
13 changed files with 129 additions and 47 deletions

View File

@@ -60,6 +60,7 @@ export interface SelectQuantityStepProps {
export interface ConfirmationStepProps {
savedCreditCards: CreditCard[] | null
user: User | null
}
export interface StepsProps {