File tree 3 files changed +3
-3
lines changed
src/main/java/com/route4me/sdk/examples/bundling
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.github.route4me</groupId >
6
6
<artifactId >route4me-java-sdk</artifactId >
7
- <version >1.14.0 </version >
7
+ <version >1.14.1 </version >
8
8
<packaging >jar</packaging >
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ public static void main(String[] args) {
136
136
bundling .setMergeMode (BundlingEnum .BundledItemsMode .KEEP_AS_SEPARATE_DESTINATIONS .getValue ());
137
137
138
138
bundling .setMode (BundlingEnum .BundlingMode .BUNDLING_BY_ADDRESS .getValue ());
139
- List <String > modeParams = Arrays .asList ("custom_fields. BUNDLING_KEY" , "custom_fields. LOCATION_ID" );
139
+ List <String > modeParams = Arrays .asList ("BUNDLING_KEY" , "LOCATION_ID" );
140
140
bundling .setModeParams (modeParams );
141
141
ServiceTimeRules serviceTimeRules = new ServiceTimeRules ();
142
142
serviceTimeRules .setFirstItemMode (BundlingEnum .BundlingFirstItemMode .USE_CUSTOM_SERVICE_TIME .getValue ());
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ public static void main(String[] args) {
181
181
bundling .setMergeMode (BundlingEnum .BundledItemsMode .KEEP_AS_SEPARATE_DESTINATIONS .getValue ());
182
182
183
183
bundling .setMode (BundlingEnum .BundlingMode .BUNDLING_BY_MULTIPLE_FIELDS .getValue ());
184
- List <String > modeParams = Arrays .asList ("custom_fields. BUNDLING_KEY" , "custom_fields. LOCATION_ID" );
184
+ List <String > modeParams = Arrays .asList ("BUNDLING_KEY" , "LOCATION_ID" );
185
185
bundling .setModeParams (modeParams );
186
186
ServiceTimeRules serviceTimeRules = new ServiceTimeRules ();
187
187
serviceTimeRules .setFirstItemMode (BundlingEnum .BundlingFirstItemMode .USE_CUSTOM_SERVICE_TIME .getValue ());
You can’t perform that action at this time.
0 commit comments