feat(core): external authentication related schema changes for existing tables (#3904)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2024-03-05 19:05:43 +05:30
committed by GitHub
parent dbac55683a
commit c09b2b3a2a
27 changed files with 210 additions and 10 deletions

View File

@ -218,6 +218,7 @@ pub async fn generate_sample_data(
authorization_count: Default::default(),
fingerprint_id: None,
session_expiry: Some(session_expiry),
request_external_three_ds_authentication: None,
};
let payment_attempt = PaymentAttemptBatchNew {
attempt_id: attempt_id.clone(),