feat(connector): [Gigadat] payouts for gigadat (#9889)

This commit is contained in:
Swangi Kumari
2025-10-17 18:12:54 +05:30
committed by GitHub
parent 72fbb848d2
commit 21aba202a5
40 changed files with 487 additions and 104 deletions

View File

@ -392,7 +392,7 @@ impl Connector {
}
#[cfg(feature = "payouts")]
pub fn is_payout_quote_call_required(self) -> bool {
matches!(self, Self::Wise)
matches!(self, Self::Wise | Self::Gigadat)
}
#[cfg(feature = "payouts")]
pub fn supports_access_token_for_payout(self, payout_method: Option<PayoutType>) -> bool {