From ea7eb3750e10356f424be2d4d95e85f29beabe1f Mon Sep 17 00:00:00 2001 From: AkshayaFoiger Date: Thu, 18 Jan 2024 16:46:41 +0530 Subject: [PATCH] add comment --- crates/router/src/connector/stripe/transformers.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/router/src/connector/stripe/transformers.rs b/crates/router/src/connector/stripe/transformers.rs index 90d5bda84fed..d694be96f4c3 100644 --- a/crates/router/src/connector/stripe/transformers.rs +++ b/crates/router/src/connector/stripe/transformers.rs @@ -3569,6 +3569,7 @@ pub struct Evidence { pub submit: bool, } +// Mandates for bank redirects - ideal and sofort happens through sepa direct debit in stripe fn get_stripe_sepa_dd_mandate_billing_details( billing_details: &Option, is_customer_initiated_mandate_payment: Option,