@@ -28,11 +28,11 @@ pub struct MerchantConnectorAccount {
28
28
pub payment_methods_enabled : Option < Vec < serde_json:: Value > > ,
29
29
pub connector_type : storage_enums:: ConnectorType ,
30
30
pub metadata : Option < pii:: SecretSerdeValue > ,
31
- pub frm_configs : Option < Secret < serde_json:: Value > > , //Option<FrmConfigs>
32
31
pub connector_label : String ,
33
32
pub business_country : storage_enums:: CountryCode ,
34
33
pub business_label : String ,
35
34
pub business_sub_label : Option < String > ,
35
+ pub frm_configs : Option < Secret < serde_json:: Value > > ,
36
36
pub created_at : time:: PrimitiveDateTime ,
37
37
pub modified_at : time:: PrimitiveDateTime ,
38
38
}
@@ -49,11 +49,11 @@ pub struct MerchantConnectorAccountNew {
49
49
pub merchant_connector_id : String ,
50
50
pub payment_methods_enabled : Option < Vec < serde_json:: Value > > ,
51
51
pub metadata : Option < pii:: SecretSerdeValue > ,
52
- pub frm_configs : Option < Secret < serde_json:: Value > > ,
53
52
pub connector_label : String ,
54
53
pub business_country : storage_enums:: CountryCode ,
55
54
pub business_label : String ,
56
55
pub business_sub_label : Option < String > ,
56
+ pub frm_configs : Option < Secret < serde_json:: Value > > ,
57
57
pub created_at : time:: PrimitiveDateTime ,
58
58
pub modified_at : time:: PrimitiveDateTime ,
59
59
}
0 commit comments