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:
Swangi Kumari
2023-10-30 13:13:28 +05:30
committed by GitHub
parent 8125ea1991
commit 23bd364a78
94 changed files with 2972 additions and 148 deletions

View File

@ -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,