Skip to content

Commit d200bd9

Browse files
committed
clippy warning fixed
1 parent 95c5ce5 commit d200bd9

File tree

1 file changed

+1
-1
lines changed
  • crates/hyperswitch_connectors/src/connectors/authorizedotnet

1 file changed

+1
-1
lines changed

crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ impl<F, T>
658658
.first()
659659
.or(item.response.customer_payment_profile_id.as_ref())
660660
.map(|payment_profile_id| {
661-
format!("{}-{}", connector_customer_id, payment_profile_id)
661+
format!("{customer_profile_id}-{payment_profile_id}")
662662
}),
663663
payment_method_id: None,
664664
mandate_metadata: None,

0 commit comments

Comments
 (0)