mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +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:
@ -1028,9 +1028,11 @@ pub async fn save_network_token_in_locker(
|
||||
.filter(|cn| network_tokenization_supported_card_networks.contains(cn))
|
||||
.is_some()
|
||||
{
|
||||
let optional_card_cvc = Some(card_data.card_cvc.clone());
|
||||
match network_tokenization::make_card_network_tokenization_request(
|
||||
state,
|
||||
card_data,
|
||||
&domain::CardDetail::from(card_data),
|
||||
optional_card_cvc,
|
||||
&customer_id,
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user