Skip to content

Commit

Permalink
Fix DeliveryInformation status enum values (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed May 31, 2023
1 parent fe2cca8 commit ac16d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Model/ReportingV20210108/DeliveryInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ class DeliveryInformation extends BaseModel implements ModelInterface, ArrayAcce


const DELIVERY_STATUS_DELIVERED = 'DELIVERED';
const DELIVERY_STATUS_NOT_DELIVERED = 'NOT DELIVERED';
const DELIVERY_STATUS_NOT_AVAILABLE = 'NOT AVAILABLE';
const DELIVERY_STATUS_NOT_DELIVERED = 'NOT_DELIVERED';
const DELIVERY_STATUS_NOT_AVAILABLE = 'NOT_AVAILABLE';



Expand Down

0 comments on commit ac16d42

Please sign in to comment.