feat(payouts): apple pay decrypt payout (#9857)

This commit is contained in:
Sakil Mostak
2025-10-16 12:29:32 +05:30
committed by GitHub
parent 1f34f89063
commit e7dee751b5
22 changed files with 818 additions and 4 deletions

View File

@ -379,6 +379,7 @@ impl Connector {
| (Self::Adyenplatform, _)
| (Self::Nomupay, _)
| (Self::Loonio, _)
| (Self::Worldpay, Some(PayoutType::Wallet))
)
}
#[cfg(feature = "payouts")]