mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): add api to migrate card from basilisk to rust (#2853)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -562,3 +562,9 @@ pub enum RetryAction {
|
||||
/// Denotes that the payment is requeued
|
||||
Requeue,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub enum LockerChoice {
|
||||
Basilisk,
|
||||
Tartarus,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user