mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(router): add connector_transaction_id in error_response from connector flows (#2972)
This commit is contained in:
committed by
GitHub
parent
5cc829a11f
commit
3322103f5c
@ -405,6 +405,7 @@ pub fn handle_json_response_deserialization_failure(
|
||||
message: consts::UNSUPPORTED_ERROR_MESSAGE.to_string(),
|
||||
reason: Some(response_data),
|
||||
attempt_status: None,
|
||||
connector_transaction_id: None,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user