This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ export interface Settings {
37
37
* DOCS: https://documentation.elasticpath.com/commerce-cloud/docs/api/advanced/settings/index.html#address-mandatory-fields
38
38
*/
39
39
address_mandatory_fields : string [ ]
40
+
41
+ include_organization_resources : boolean
40
42
}
41
43
42
44
export interface TtlSettings {
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ describe('Moltin settings', () => {
33
33
'postcode' ,
34
34
'country' ,
35
35
'instructions'
36
- ]
36
+ ] ,
37
+ include_organization_resources : false
37
38
}
38
39
} )
39
40
@@ -54,7 +55,8 @@ describe('Moltin settings', () => {
54
55
'postcode' ,
55
56
'country' ,
56
57
'instructions'
57
- ]
58
+ ] ,
59
+ include_organization_resources : false
58
60
}
59
61
} )
60
62
} )
@@ -89,7 +91,8 @@ describe('Moltin settings', () => {
89
91
'postcode' ,
90
92
'country' ,
91
93
'instructions'
92
- ]
94
+ ] ,
95
+ include_organization_resources : false
93
96
}
94
97
} )
95
98
@@ -110,7 +113,8 @@ describe('Moltin settings', () => {
110
113
'postcode' ,
111
114
'country' ,
112
115
'instructions'
113
- ]
116
+ ] ,
117
+ include_organization_resources : false
114
118
}
115
119
} )
116
120
} )
You can’t perform that action at this time.
0 commit comments