Multiple Wallet support, history of each wallet and updated payment page

This commit is contained in:
Arseni
2025-11-21 19:22:23 +03:00
parent 4c64a8d6e6
commit 87636a7ec3
68 changed files with 2154 additions and 701 deletions

View File

@@ -33,6 +33,12 @@ class MockPaymentMethodsService implements PaymentMethodsService {
),
PaymentMethod(
id: '4',
label: 'Wallet',
details: 'WA-76654321',
type: PaymentType.wallet,
),
PaymentMethod(
id: '5',
label: 'Credit Card',
details: '21•• •••• •••• 8901',
type: PaymentType.card,