Skip to content

Commit b42b6a7

Browse files
chore: run formatter
1 parent 135788f commit b42b6a7

File tree

1 file changed

+6
-1
lines changed
  • crates/router/src/core/payment_methods

1 file changed

+6
-1
lines changed

crates/router/src/core/payment_methods/cards.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5123,7 +5123,12 @@ pub async fn tokenize_card_flow(
51235123
);
51245124
let builder =
51255125
tokenize::NetworkTokenizationBuilder::<tokenize::TokenizeWithPmId>::default();
5126-
Box::pin(execute_payment_method_tokenization(executor, builder, payment_method)).await
5126+
Box::pin(execute_payment_method_tokenization(
5127+
executor,
5128+
builder,
5129+
payment_method,
5130+
))
5131+
.await
51275132
}
51285133
}
51295134
}

0 commit comments

Comments
 (0)