mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
fix(payments): filter total count by card-network value (#6397)
This commit is contained in:
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user