We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa5ae1 commit adb81d3Copy full SHA for adb81d3
crates/router/src/core/payments.rs
@@ -7331,6 +7331,10 @@ where
7331
.change_context(errors::ApiErrorResponse::InternalServerError)
7332
.attach_printable("Failed execution of straight through routing")?;
7333
7334
+ payment_data.set_routing_approach_in_attempt(Some(
7335
+ common_enums::RoutingApproach::StraightThroughRouting,
7336
+ ));
7337
+
7338
if check_eligibility {
7339
let transaction_data = core_routing::PaymentsDslInput::new(
7340
payment_data.get_setup_mandate(),
0 commit comments