mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(connector): [ProphetPay] Implement Card Redirect PaymentMethodType and flows for Authorize, CompleteAuthorize, Psync, Refund, Rsync and Void (#2641)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
@ -1807,6 +1807,7 @@ impl From<PaymentMethodType> for PaymentMethod {
|
||||
PaymentMethodType::Bizum => Self::BankRedirect,
|
||||
PaymentMethodType::Blik => Self::BankRedirect,
|
||||
PaymentMethodType::Alfamart => Self::Voucher,
|
||||
PaymentMethodType::CardRedirect => Self::CardRedirect,
|
||||
PaymentMethodType::CimbVa => Self::BankTransfer,
|
||||
PaymentMethodType::ClassicReward => Self::Reward,
|
||||
PaymentMethodType::Credit => Self::Card,
|
||||
|
||||
Reference in New Issue
Block a user