fix(payments): filter total count by card-network value (#6397)

This commit is contained in:
Riddhiagrawal001
2024-10-24 18:42:23 +05:30
committed by GitHub
parent 673b8691e0
commit ca325e969b
7 changed files with 14 additions and 0 deletions

View File

@ -4734,6 +4734,7 @@ impl PaymentListFilterConstraints {
&& self.payment_method_type.is_none()
&& self.authentication_type.is_none()
&& self.merchant_connector_id.is_none()
&& self.card_network.is_none()
}
}