Skip to content

Commit

Permalink
fix!: remove invalid feedback types and add missing ones
Browse files Browse the repository at this point in the history
  • Loading branch information
figueredo committed Jul 20, 2024
1 parent 44ddd16 commit 15214b1
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions src/main/java/com/incognia/feedback/FeedbackEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,20 @@ public enum FeedbackEvent {
PAYMENT_DECLINED_BY_BUSINESS,
PAYMENT_DECLINED_BY_ACQUIRER,
LOGIN_ACCEPTED,
LOGIN_ACCEPTED_BY_DEVICE_VERIFICATION,
LOGIN_ACCEPTED_BY_FACIAL_BIOMETRICS,
LOGIN_ACCEPTED_BY_MANUAL_REVIEW,
LOGIN_DECLINED,
LOGIN_DECLINED_BY_FACIAL_BIOMETRICS,
LOGIN_DECLINED_BY_MANUAL_REVIEW,
ACCOUNT_ALLOWED,
DEVICE_ALLOWED,
VERIFIED,
IDENTITY_FRAUD,
ACCOUNT_TAKEOVER,
CHARGEBACK_NOTIFICATION,
CHARGEBACK,
MPOS_FRAUD,
CHALLENGE_PASSED,
CHALLENGE_FAILED,
PASSWORD_CHANGED_SUCCESSFULLY,
PASSWORD_CHANGE_FAILED,
PROMOTION_ABUSE,
CUSTOM_OTHER_FRAUD,
CUSTOM_DISCIPLINE_BLOCK,
CUSTOM_POS_ATM_FRAUD,
CUSTOM_COLLUSION_FRAUD,
CUSTOM_CARGO_FRAUD,
CUSTOM_DEBT_CHURN_20D;
PROMOTION_ABUSE;

public String getEventName() {
return this.name().toLowerCase();
Expand Down

0 comments on commit 15214b1

Please sign in to comment.