@@ -1031,7 +1031,7 @@ lazy_static! {
1031
1031
api_models:: feature_matrix:: PaymentMethodSpecificFeatures :: Card ( {
1032
1032
api_models:: feature_matrix:: CardSpecificFeatures {
1033
1033
three_ds: common_enums:: FeatureStatus :: Supported ,
1034
- non_three_ds : common_enums:: FeatureStatus :: NotSupported ,
1034
+ no_three_ds : common_enums:: FeatureStatus :: NotSupported ,
1035
1035
supported_card_networks: supported_card_network. clone( ) ,
1036
1036
}
1037
1037
} ) ,
@@ -1050,7 +1050,7 @@ lazy_static! {
1050
1050
api_models:: feature_matrix:: PaymentMethodSpecificFeatures :: Card ( {
1051
1051
api_models:: feature_matrix:: CardSpecificFeatures {
1052
1052
three_ds: common_enums:: FeatureStatus :: Supported ,
1053
- non_three_ds : common_enums:: FeatureStatus :: NotSupported ,
1053
+ no_three_ds : common_enums:: FeatureStatus :: NotSupported ,
1054
1054
supported_card_networks: supported_card_network. clone( ) ,
1055
1055
}
1056
1056
} ) ,
@@ -1062,9 +1062,9 @@ lazy_static! {
1062
1062
} ;
1063
1063
1064
1064
static ref DEUTSCHEBANK_CONNECTOR_INFO : ConnectorInfo = ConnectorInfo {
1065
+ display_name: "Deutsche Bank" ,
1065
1066
description:
1066
- "Deutsche Bank is a German multinational investment bank and financial services company "
1067
- . to_string( ) ,
1067
+ "Deutsche Bank is a German multinational investment bank and financial services company " ,
1068
1068
connector_type: enums:: PaymentConnectorCategory :: BankAcquirer ,
1069
1069
} ;
1070
1070
0 commit comments