mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
feat(connector): [Loonio] implement payouts (#9718)
This commit is contained in:
@ -374,6 +374,7 @@ impl Connector {
|
||||
| (_, Some(PayoutType::Card))
|
||||
| (Self::Adyenplatform, _)
|
||||
| (Self::Nomupay, _)
|
||||
| (Self::Loonio, _)
|
||||
)
|
||||
}
|
||||
#[cfg(feature = "payouts")]
|
||||
|
||||
@ -7865,6 +7865,7 @@ pub enum PayoutType {
|
||||
Card,
|
||||
Bank,
|
||||
Wallet,
|
||||
BankRedirect,
|
||||
}
|
||||
|
||||
/// Type of entity to whom the payout is being carried out to, select from the given list of options
|
||||
|
||||
Reference in New Issue
Block a user