mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
feat(core): Add support for card network tokenization (#5599)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -527,6 +527,9 @@ async fn store_bank_details_in_payment_methods(
|
||||
payment_method_billing_address: None,
|
||||
updated_by: None,
|
||||
version: domain::consts::API_VERSION,
|
||||
network_token_requestor_reference_id: None,
|
||||
network_token_locker_id: None,
|
||||
network_token_payment_method_data: None,
|
||||
};
|
||||
|
||||
#[cfg(all(feature = "v2", feature = "payment_methods_v2"))]
|
||||
@ -551,6 +554,9 @@ async fn store_bank_details_in_payment_methods(
|
||||
updated_by: None,
|
||||
locker_fingerprint_id: None,
|
||||
version: domain::consts::API_VERSION,
|
||||
network_token_requestor_reference_id: None,
|
||||
network_token_locker_id: None,
|
||||
network_token_payment_method_data: None,
|
||||
};
|
||||
|
||||
new_entries.push(pm_new);
|
||||
|
||||
Reference in New Issue
Block a user