Skip to content

Commit 0a262a0

Browse files
Update ChargeType.java
Adding 'Other' as a value.
1 parent 9c9f3d6 commit 0a262a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/oddprints/prodigi/pojos/ChargeType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
public enum ChargeType {
44
Item,
5-
Shipping
5+
Shipping,
6+
Other
67
}

0 commit comments

Comments
 (0)