Merge branch 'main' into SEND066
This commit is contained in:
@@ -69,7 +69,6 @@ class PaymentDetailsController extends ChangeNotifier {
|
||||
if (trimmed.isEmpty) return null;
|
||||
for (final payment in payments) {
|
||||
if (payment.paymentRef == trimmed) return payment;
|
||||
if (payment.idempotencyKey == trimmed) return payment;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user