We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b6d05 commit f61f171Copy full SHA for f61f171
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>io.github.route4me</groupId>
6
<artifactId>route4me-java-sdk</artifactId>
7
- <version>1.13.1</version>
+ <version>1.13.2</version>
8
<packaging>jar</packaging>
9
<properties>
10
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
src/main/java/com/route4me/sdk/services/orders/Order.java
@@ -113,5 +113,7 @@ public class Order {
113
private Integer doneDayID;
114
@SerializedName("custom_user_fields")
115
private List<OrderCustomUserFields> customUserFields;
116
+ @SerializedName("group")
117
+ private String group;
118
119
}
0 commit comments