mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
feat(connector): [Boku] Template generation (#1760)
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
This commit is contained in:
@ -78,6 +78,7 @@ pub enum Connector {
|
||||
Bitpay,
|
||||
Bambora,
|
||||
Bluesnap,
|
||||
// Boku, added as template code for future usage
|
||||
Braintree,
|
||||
Cashtocode,
|
||||
Checkout,
|
||||
@ -88,7 +89,7 @@ pub enum Connector {
|
||||
Fiserv,
|
||||
Forte,
|
||||
Globalpay,
|
||||
Globepay, // added as template code for future usage
|
||||
Globepay,
|
||||
Iatapay,
|
||||
Klarna,
|
||||
Mollie,
|
||||
@ -190,6 +191,7 @@ pub enum RoutableConnectors {
|
||||
Bitpay,
|
||||
Bambora,
|
||||
Bluesnap,
|
||||
// Boku, added as template code for future usage
|
||||
Braintree,
|
||||
Cashtocode,
|
||||
Checkout,
|
||||
|
||||
Reference in New Issue
Block a user