mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(Connector): [Stripe] Implement Cashapp Wallet (#1103)
This commit is contained in:
@ -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