added comment for payment, changed intent and added amount ui in operations
This commit is contained in:
@@ -25,6 +25,7 @@ OperationItem mapPaymentToOperation(Payment payment) {
|
||||
_firstNonEmpty([payment.lastQuote?.quoteRef, payment.paymentRef]) ?? '-';
|
||||
final comment =
|
||||
_firstNonEmpty([
|
||||
payment.comment,
|
||||
payment.failureReason,
|
||||
payment.failureCode,
|
||||
payment.state,
|
||||
|
||||
Reference in New Issue
Block a user