mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +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:
@ -108,7 +108,7 @@ pub enum Connector {
|
||||
Paypal,
|
||||
Payu,
|
||||
Powertranz,
|
||||
// Prophetpay, added as a template code for future usage
|
||||
Prophetpay,
|
||||
Rapyd,
|
||||
Shift4,
|
||||
Square,
|
||||
@ -229,7 +229,7 @@ pub enum RoutableConnectors {
|
||||
Paypal,
|
||||
Payu,
|
||||
Powertranz,
|
||||
// Prophetpay, added as a template code for future usage
|
||||
Prophetpay,
|
||||
Rapyd,
|
||||
Shift4,
|
||||
Square,
|
||||
|
||||
Reference in New Issue
Block a user