Skip to content

Commit 6b719f5

Browse files
committed
Add digital ProductType
1 parent f30efbe commit 6b719f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/uk/gov/companieshouse/orders/api/model/ProductType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ public enum ProductType {
2323
MISSING_IMAGE_DELIVERY_MISC,
2424
CERTIFIED_COPY,
2525
CERTIFIED_COPY_SAME_DAY,
26+
CERTIFIED_COPY_DIGITAL,
2627
CERTIFIED_COPY_INCORPORATION,
27-
CERTIFIED_COPY_INCORPORATION_SAME_DAY;
28+
CERTIFIED_COPY_INCORPORATION_SAME_DAY,
29+
CERTIFIED_COPY_INCORPORATION_DIGITAL;
2830

2931
@JsonValue
3032
public String getJsonName() {

0 commit comments

Comments
 (0)