Skip to content

Commit

Permalink
Update Order Object added group field
Browse files Browse the repository at this point in the history
  • Loading branch information
r4m-juan committed Sep 2, 2022
1 parent e9b6d05 commit f61f171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.route4me</groupId>
<artifactId>route4me-java-sdk</artifactId>
<version>1.13.1</version>
<version>1.13.2</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/route4me/sdk/services/orders/Order.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,7 @@ public class Order {
private Integer doneDayID;
@SerializedName("custom_user_fields")
private List<OrderCustomUserFields> customUserFields;
@SerializedName("group")
private String group;

}

0 comments on commit f61f171

Please sign in to comment.