Skip to content

Commit 1a3d0a6

Browse files
fix(router): set the eligible connector in the payment attempt for nti based mit flow (#6347)
1 parent 962afbd commit 1a3d0a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/router/src/core/payments.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4318,6 +4318,10 @@ where
43184318
}
43194319
};
43204320

4321+
// Set the eligible connector in the attempt
4322+
payment_data
4323+
.set_connector_in_payment_attempt(Some(eligible_connector_data.connector_name.to_string()));
4324+
43214325
// Set `NetworkMandateId` as the MandateId
43224326
payment_data.set_mandate_id(payments_api::MandateIds {
43234327
mandate_id: None,

0 commit comments

Comments
 (0)