mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(connector): Added a new CaptureMethod SequentialAutomatic to Support CIT Mandates for Paybox (#6587)
This commit is contained in:
@ -353,6 +353,8 @@ pub enum CaptureMethod {
|
||||
ManualMultiple,
|
||||
/// The capture can be scheduled to automatically get triggered at a specific date & time
|
||||
Scheduled,
|
||||
/// Handles separate auth and capture sequentially; same as `Automatic` for most connectors.
|
||||
SequentialAutomatic,
|
||||
}
|
||||
|
||||
/// Type of the Connector for the financial use case. Could range from Payments to Accounting to Banking.
|
||||
|
||||
Reference in New Issue
Block a user