feat: enable payment and refund filter at DB query level (#5827)

This commit is contained in:
Hrithikesh
2024-09-09 13:23:47 +05:30
committed by GitHub
parent aa2f5d1475
commit 21352cf875
14 changed files with 268 additions and 60 deletions

View File

@ -45,6 +45,7 @@ impl PaymentAttemptInterface for MockDb {
_payment_method_type: Option<Vec<PaymentMethodType>>,
_authentication_type: Option<Vec<AuthenticationType>>,
_merchanat_connector_id: Option<Vec<common_utils::id_type::MerchantConnectorAccountId>>,
_profile_id_list: Option<Vec<common_utils::id_type::ProfileId>>,
_storage_scheme: storage_enums::MerchantStorageScheme,
) -> CustomResult<i64, StorageError> {
Err(StorageError::MockDbError)?