feat(connector): [Paypal] Add payout flow for wallet(Paypal and Venmo) (#4406)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sakil Mostak
2024-05-02 15:45:17 +05:30
committed by GitHub
parent be44447c09
commit e4ed1e6395
20 changed files with 421 additions and 8 deletions

View File

@ -286,6 +286,7 @@ impl IntoDirValue for (api_enums::PaymentMethodType, api_enums::PaymentMethod) {
api_enums::PaymentMethodType::CardRedirect => {
Ok(dirval!(CardRedirectType = CardRedirect))
}
api_enums::PaymentMethodType::Venmo => Ok(dirval!(WalletType = Venmo)),
}
}
}