store network_transaction_id
for off_session
payments irrespective of the is_connector_agnostic_mit_enabled
config
#7084
Labels
Currently, we store the
network_transaction_id
for the setup_mandate/off_session payments only if theis_connector_agnostic_mit_enabled
config is enabled. During the MITs, we refer to this flag to decide whether to use theconnector_mandate_id
or thenetwork_transaction_id
for the MIT.Instead of using the flag for multiple purposes, it should be used solely to determine whether to use the
connector_mandate_id
or thenetwork_transaction_id
for the MIT. Therefore, this change will ensure that thenetwork_transaction_id
is always stored for off-session payments if it is present in the connector response.The text was updated successfully, but these errors were encountered: