mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(connector): [VOLT] Implement payment flows and bank redirect payment method (#2582)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
This commit is contained in:
@ -116,7 +116,7 @@ pub enum Connector {
|
||||
Trustpay,
|
||||
// Tsys,
|
||||
Tsys,
|
||||
//Volt, added as template code for future usage,
|
||||
Volt,
|
||||
Wise,
|
||||
Worldline,
|
||||
Worldpay,
|
||||
@ -135,6 +135,7 @@ impl Connector {
|
||||
| (Self::Payu, _)
|
||||
| (Self::Trustpay, PaymentMethod::BankRedirect)
|
||||
| (Self::Iatapay, _)
|
||||
| (Self::Volt, _)
|
||||
)
|
||||
}
|
||||
pub fn supports_file_storage_module(&self) -> bool {
|
||||
@ -235,7 +236,7 @@ pub enum RoutableConnectors {
|
||||
Trustpay,
|
||||
// Tsys,
|
||||
Tsys,
|
||||
// Volt, added as template code for future usage
|
||||
Volt,
|
||||
Wise,
|
||||
Worldline,
|
||||
Worldpay,
|
||||
|
||||
Reference in New Issue
Block a user