Multiple Wallet support, history of each wallet and updated payment page
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:pshared/models/payment/methods/type.dart';
|
||||
import 'package:pshared/models/payment/status.dart';
|
||||
|
||||
|
||||
@@ -10,6 +11,7 @@ class OperationItem {
|
||||
final String toCurrency;
|
||||
final String payId;
|
||||
final String? cardNumber;
|
||||
final PaymentMethod? paymentMethod;
|
||||
final String name;
|
||||
final DateTime date;
|
||||
final String comment;
|
||||
@@ -23,6 +25,7 @@ class OperationItem {
|
||||
required this.toCurrency,
|
||||
required this.payId,
|
||||
this.cardNumber,
|
||||
this.paymentMethod,
|
||||
required this.name,
|
||||
required this.date,
|
||||
required this.comment,
|
||||
|
||||
Reference in New Issue
Block a user