feat(core): [Payouts] Add billing address to payout list (#5004)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sakil Mostak
2024-09-10 22:32:22 +05:30
committed by GitHub
parent 71b52024c2
commit 49a60bf147
9 changed files with 240 additions and 91 deletions

View File

@ -1521,7 +1521,7 @@ impl GetProfileId for storage::Payouts {
}
}
#[cfg(feature = "payouts")]
impl<T, F> GetProfileId for (storage::Payouts, T, F) {
impl<T, F, R> GetProfileId for (storage::Payouts, T, F, R) {
fn get_profile_id(&self) -> Option<&common_utils::id_type::ProfileId> {
self.0.get_profile_id()
}