mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix(connector): [CYBERSOURCE] send xid as none for external 3ds payments (#7577)
This commit is contained in:
committed by
GitHub
parent
23a2a0cf27
commit
a5be11498f
@ -1301,7 +1301,7 @@ impl
|
||||
ucaf_collection_indicator,
|
||||
cavv,
|
||||
ucaf_authentication_data,
|
||||
xid: authn_data.threeds_server_transaction_id.clone(),
|
||||
xid: None,
|
||||
directory_server_transaction_id: authn_data
|
||||
.ds_trans_id
|
||||
.clone()
|
||||
@ -1385,7 +1385,7 @@ impl
|
||||
ucaf_collection_indicator: None,
|
||||
cavv,
|
||||
ucaf_authentication_data,
|
||||
xid: authn_data.threeds_server_transaction_id.clone(),
|
||||
xid: None,
|
||||
directory_server_transaction_id: authn_data
|
||||
.ds_trans_id
|
||||
.clone()
|
||||
@ -1467,7 +1467,7 @@ impl
|
||||
ucaf_collection_indicator: None,
|
||||
cavv,
|
||||
ucaf_authentication_data,
|
||||
xid: authn_data.threeds_server_transaction_id.clone(),
|
||||
xid: None,
|
||||
directory_server_transaction_id: authn_data
|
||||
.ds_trans_id
|
||||
.clone()
|
||||
|
||||
Reference in New Issue
Block a user