File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
crates/router/src/core/revenue_recovery Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -780,14 +780,15 @@ pub fn construct_recovery_record_back_router_data(
780
780
. change_context ( errors:: RecoveryError :: RecordBackToBillingConnectorFailed )
781
781
. attach_printable ( "Cannot find connector from the connector_name" ) ?;
782
782
783
- let connector_params = hyperswitch_domain_models:: connector_endpoints:: Connectors :: get_connector_params (
784
- & state. conf . connectors ,
785
- connector,
786
- )
787
- . change_context ( errors:: RecoveryError :: RecordBackToBillingConnectorFailed )
788
- . attach_printable ( format ! (
789
- "cannot find connector params for this connector {connector} in this flow" ,
790
- ) ) ?;
783
+ let connector_params =
784
+ hyperswitch_domain_models:: connector_endpoints:: Connectors :: get_connector_params (
785
+ & state. conf . connectors ,
786
+ connector,
787
+ )
788
+ . change_context ( errors:: RecoveryError :: RecordBackToBillingConnectorFailed )
789
+ . attach_printable ( format ! (
790
+ "cannot find connector params for this connector {connector} in this flow" ,
791
+ ) ) ?;
791
792
792
793
let router_data = router_data_v2:: RouterDataV2 {
793
794
flow : PhantomData :: < router_flow_types:: RecoveryRecordBack > ,
You can’t perform that action at this time.
0 commit comments