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 95c5ce5 commit d200bd9Copy full SHA for d200bd9
crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
@@ -658,7 +658,7 @@ impl<F, T>
658
.first()
659
.or(item.response.customer_payment_profile_id.as_ref())
660
.map(|payment_profile_id| {
661
- format!("{}-{}", connector_customer_id, payment_profile_id)
+ format!("{customer_profile_id}-{payment_profile_id}")
662
}),
663
payment_method_id: None,
664
mandate_metadata: None,
0 commit comments