mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
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:
@ -1429,6 +1429,7 @@ pub enum PaymentMethodType {
|
||||
Twint,
|
||||
UpiCollect,
|
||||
Vipps,
|
||||
Venmo,
|
||||
Walley,
|
||||
WeChatPay,
|
||||
SevenEleven,
|
||||
|
||||
@ -1855,6 +1855,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::Twint => Self::Wallet,
|
||||
PaymentMethodType::UpiCollect => Self::Upi,
|
||||
PaymentMethodType::Vipps => Self::Wallet,
|
||||
PaymentMethodType::Venmo => Self::Wallet,
|
||||
PaymentMethodType::Walley => Self::PayLater,
|
||||
PaymentMethodType::WeChatPay => Self::Wallet,
|
||||
PaymentMethodType::TouchNGo => Self::Wallet,
|
||||
|
||||
Reference in New Issue
Block a user