Skip to content

Commit

Permalink
Remove unnecessary (and breaking change) for Capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
hobailey authored Sep 17, 2017
1 parent 753501f commit 1b96695
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions MangoPay.SDK/Core/Enumerations/CapacityType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
{
public enum CapacityType
{
NotSpecified = 0,
NORMAL = 0,

NORMAL = 1,

DECLARATIVE = 2
DECLARATIVE = 1
}
}

0 comments on commit 1b96695

Please sign in to comment.