mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): [Bambora] Add support for cards Authorize, psync, capture, void, refund, Rsync (#677)
This commit is contained in:
@ -550,6 +550,7 @@ pub enum Connector {
|
||||
Cybersource,
|
||||
#[default]
|
||||
Dummy,
|
||||
Bambora,
|
||||
Dlocal,
|
||||
Fiserv,
|
||||
Globalpay,
|
||||
@ -588,6 +589,7 @@ pub enum RoutableConnectors {
|
||||
Adyen,
|
||||
Airwallex,
|
||||
Authorizedotnet,
|
||||
Bambora,
|
||||
Bluesnap,
|
||||
Braintree,
|
||||
Checkout,
|
||||
|
||||
Reference in New Issue
Block a user