Skip to content

Commit

Permalink
Merge pull request #34 from digipost/pickupstatus-deviation
Browse files Browse the repository at this point in the history
Add Deviation to PickupStatus
  • Loading branch information
johnksv authored Jan 8, 2019
2 parents 1d2b9a7 + febfbee commit 37ba92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ Valid values:
* PICKED_UP
* RETURNED
* UNKNOWN
* DEVIATION

### XML

Expand Down Expand Up @@ -398,6 +399,7 @@ Valid values:
* PICKED_UP
* RETURNED
* UNKNOWN
* DEVIATION

### XML

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package no.digipost.api.datatypes.types.pickup;

public enum Status {READY_FOR_PICKUP, PICKED_UP, RETURNED, UNKNOWN}
public enum Status {READY_FOR_PICKUP, PICKED_UP, RETURNED, UNKNOWN, DEVIATION}

0 comments on commit 37ba92c

Please sign in to comment.