mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
fix(payments): filter total count by card-network value (#6397)
This commit is contained in:
@ -52,6 +52,7 @@ impl PaymentAttemptInterface for MockDb {
|
||||
_payment_method_type: Option<Vec<common_enums::PaymentMethodType>>,
|
||||
_authentication_type: Option<Vec<common_enums::AuthenticationType>>,
|
||||
_merchanat_connector_id: Option<Vec<common_utils::id_type::MerchantConnectorAccountId>>,
|
||||
_card_network: Option<Vec<storage_enums::CardNetwork>>,
|
||||
_storage_scheme: storage_enums::MerchantStorageScheme,
|
||||
) -> CustomResult<i64, StorageError> {
|
||||
Err(StorageError::MockDbError)?
|
||||
|
||||
Reference in New Issue
Block a user