refactor(openapi_v2): add merchant account v2 openapi (#5588)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Narayan Bhat
2024-08-12 18:19:08 +05:30
committed by GitHub
parent 116f31cf9b
commit c8943eb289
32 changed files with 1085 additions and 77 deletions

View File

@ -684,7 +684,8 @@ impl<T: DatabaseStore> PayoutsInterface for crate::RouterStore<T> {
_merchant_id: &common_utils::id_type::MerchantId,
_filters: &PayoutFetchConstraints,
_storage_scheme: MerchantStorageScheme,
) -> error_stack::Result<Vec<(Payouts, PayoutAttempt, DieselCustomer)>, StorageError> {
) -> error_stack::Result<Vec<(Payouts, PayoutAttempt, Option<DieselCustomer>)>, StorageError>
{
todo!()
}