mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
feat(core): add bulk tokenization flows (#7066)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -22,7 +22,7 @@ pub struct CardData {
|
||||
pub card_number: CardNumber,
|
||||
pub exp_month: Secret<String>,
|
||||
pub exp_year: Secret<String>,
|
||||
pub card_security_code: Secret<String>,
|
||||
pub card_security_code: Option<Secret<String>>,
|
||||
}
|
||||
|
||||
#[cfg(all(feature = "v2", feature = "payment_methods_v2"))]
|
||||
|
||||
Reference in New Issue
Block a user