Skip to content

Commit

Permalink
Added xlarge as delivery size option
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Bowyer authored Jan 11, 2020
1 parent 442ac8d commit c64a65e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Postmates.NET/Model/PostmatesDeliverySizes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ public enum PostmatesItemSizes
/// Large
/// </summary>
[EnumMember(Value = "large")]
Large
Large,

/// <summary>
/// Extra Large
/// </summary>
[EnumMember(Value = "xlarge")]
ExtraLarge
}
}

0 comments on commit c64a65e

Please sign in to comment.