fix(core): drop three_dsserver_trans_id from authentication table (#4587)

This commit is contained in:
Hrithikesh
2024-05-08 19:06:07 +05:30
committed by GitHub
parent dca15aeeb5
commit ec3b60e37c
7 changed files with 5 additions and 10 deletions

View File

@ -143,7 +143,6 @@ impl AuthenticationInterface for MockDb {
challenge_request: authentication.challenge_request,
acs_reference_number: authentication.acs_reference_number,
acs_trans_id: authentication.acs_trans_id,
three_ds_server_trans_id: authentication.three_dsserver_trans_id,
acs_signed_content: authentication.acs_signed_content,
profile_id: authentication.profile_id,
payment_id: authentication.payment_id,