Skip to content

Commit

Permalink
Add vodafone dcb as a new apm type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alican Akkus authored and Alican Akkus committed Sep 19, 2024
1 parent b663d45 commit 66c9c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/io/craftgate/model/ApmType.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ public enum ApmType {
METROPOL,
MULTINET,
MULTINET_GIFT,
ISPAY
ISPAY,
VODAFONE_DCB
}
1 change: 1 addition & 0 deletions src/main/java/io/craftgate/model/PaymentProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ public enum PaymentProvider {
METROPOL,
MULTINET,
ISPAY,
VODAFONE,
OFFLINE,
}

0 comments on commit 66c9c0f

Please sign in to comment.