Skip to content

Commit

Permalink
samsung pay
Browse files Browse the repository at this point in the history
  • Loading branch information
giovnnvm committed Aug 4, 2021
1 parent 40fc1a1 commit 3c3bcf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
*/

public enum CarteiraType {
PAYPAL
PAYPAL,
SAMSUNG_PLAY;
}
1 change: 0 additions & 1 deletion src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ Positive.propostaRequest.salario=deve ser maior que 0.
NotBlank.biometriaRequest.fingerprint=é obrigatória.
Base64.biometriaRequest.fingerprint=deve possuir formato Base64.

typeMismatch.
typeMismatch.java.math.BigDecimal = O valor não é um decimal válido.
typeMismatch.java.time.LocalDateTime = A data não veio formatada corretamente.

0 comments on commit 3c3bcf3

Please sign in to comment.