Updated code
This commit is contained in:
@@ -4,8 +4,8 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
||||
|
||||
public enum EmailServiceTypeEnum {
|
||||
|
||||
MAILGUN("MAILGUN"),
|
||||
PEC("PEC");
|
||||
MAILGUN_SERVICE("MAILGUN_SERVICE"),
|
||||
PEC_SERVICE("PEC_SERVICE");
|
||||
|
||||
private String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user