Skip to content

Commit 1b93889

Browse files
chore: run formatter
1 parent 6020ff0 commit 1b93889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/router/src/core/payments/operations/payment_response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ async fn payment_response_update_tracker<F: Clone, T: types::Capturable>(
13211321
payment_data.payment_attempt.currency,
13221322
payment_data.payment_attempt.merchant_connector_id.clone(),
13231323
connector_mandate_id,
1324-
connector_customer_id,
1324+
connector_customer_id,
13251325
)?;
13261326
payment_methods::cards::update_payment_method_connector_mandate_details(
13271327
&*state.store,

crates/router/src/core/payments/tokenization.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ pub fn update_connector_mandate_details_in_payment_method(
980980
payment_method_type,
981981
original_payment_authorized_amount: authorized_amount,
982982
original_payment_authorized_currency: authorized_currency,
983-
connector_customer_id:connector_customer_id.clone(),
983+
connector_customer_id: connector_customer_id.clone(),
984984
};
985985
mandate_details.map(|mut payment_mandate_reference| {
986986
payment_mandate_reference

0 commit comments

Comments
 (0)