Multiple Wallet support, history of each wallet and updated payment page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user