feat(core): [Payouts] Add payout_method_details to response (#5887)

Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
Sakil Mostak
2024-09-26 22:25:06 +05:30
committed by GitHub
parent 7e03da7578
commit 5912936f9f
20 changed files with 1339 additions and 11 deletions

View File

@ -20,6 +20,7 @@ pub mod keymanager;
pub mod link_utils;
pub mod macros;
pub mod new_type;
pub mod payout_method_utils;
pub mod pii;
#[allow(missing_docs)] // Todo: add docs
pub mod request;