mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(Connector): [Stripe] Implement Cashapp Wallet (#1103)
This commit is contained in:
@ -881,6 +881,7 @@ pub enum PaymentMethodType {
|
||||
ClassicReward,
|
||||
Credit,
|
||||
CryptoCurrency,
|
||||
Cashapp,
|
||||
Dana,
|
||||
Debit,
|
||||
Efecty,
|
||||
|
||||
@ -1594,6 +1594,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::PagoEfectivo => Self::Voucher,
|
||||
PaymentMethodType::RedCompra => Self::Voucher,
|
||||
PaymentMethodType::RedPagos => Self::Voucher,
|
||||
PaymentMethodType::Cashapp => Self::Wallet,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user