mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
enhan(payments) : make TokenizationAction clonable (#895)
This commit is contained in:
@ -635,6 +635,7 @@ async fn decide_payment_method_tokenize_action(
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub enum TokenizationAction {
|
||||
TokenizeInRouter,
|
||||
TokenizeInConnector,
|
||||
|
||||
Reference in New Issue
Block a user