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 f907053 commit 15cb72bCopy full SHA for 15cb72b
crates/router/src/core/payments/tokenization.rs
@@ -659,7 +659,6 @@ fn add_connector_mandate_details_in_payment_method(
659
authorized_currency: Option<storage_enums::Currency>,
660
connector: &api::ConnectorData,
661
) -> Option<storage::PaymentsMandateReference> {
662
- println!("{resp:?}");
663
let mut mandate_details = HashMap::new();
664
665
let connector_mandate_id = match resp {
0 commit comments