few fixes and made sure ledger widget displays the name of ledger wallet
This commit is contained in:
@@ -13,7 +13,6 @@ class PaymentDTO {
|
||||
final String? state;
|
||||
final String? failureCode;
|
||||
final String? failureReason;
|
||||
@JsonKey(defaultValue: <PaymentOperationDTO>[])
|
||||
final List<PaymentOperationDTO> operations;
|
||||
final PaymentQuoteDTO? lastQuote;
|
||||
final Map<String, String>? metadata;
|
||||
|
||||
Reference in New Issue
Block a user