Skip to content

Commit

Permalink
core AYp4mCZY - Add IsInvalid error code for addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Mar 23, 2016
1 parent 038fe13 commit 5f967b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public enum ValidationErrorCode {
ADDRESS_FIRST_NAME_IS_INVALID("91819"),
ADDRESS_FIRST_NAME_IS_TOO_LONG("81805"),
ADDRESS_INCONSISTENT_COUNTRY("91815"),
ADDRESS_IS_INVALID("91828"),
ADDRESS_LAST_NAME_IS_INVALID("91820"),
ADDRESS_LAST_NAME_IS_TOO_LONG("81806"),
ADDRESS_LOCALITY_IS_INVALID("91824"),
Expand Down

0 comments on commit 5f967b3

Please sign in to comment.