mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): add authorize, capture, void, refund, psync, rsync support for Dlocal connector (#650)
Co-authored-by: Venkatesh <inventvenkat@gmail.com>
This commit is contained in:
@ -579,6 +579,7 @@ pub enum Connector {
|
||||
Cybersource,
|
||||
#[default]
|
||||
Dummy,
|
||||
Dlocal,
|
||||
Fiserv,
|
||||
Globalpay,
|
||||
Klarna,
|
||||
@ -617,6 +618,7 @@ pub enum RoutableConnectors {
|
||||
Braintree,
|
||||
Checkout,
|
||||
Cybersource,
|
||||
Dlocal,
|
||||
Fiserv,
|
||||
Globalpay,
|
||||
Klarna,
|
||||
|
||||
Reference in New Issue
Block a user