mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): [Gigadat] payouts for gigadat (#9889)
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user