We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d38f9a commit 1fe7a2dCopy full SHA for 1fe7a2d
2 files changed
src/main/java/io/craftgate/model/ApmType.java
@@ -21,6 +21,7 @@ public enum ApmType {
21
METROPOL,
22
MULTINET,
23
MULTINET_GIFT,
24
+ MULTINET_NEO_GIFT,
25
ISPAY,
26
ZIP,
27
VODAFONE_DCB,
src/main/java/io/craftgate/model/PaymentMethod.java
@@ -17,6 +17,7 @@ public enum PaymentMethod {
17
STRIPE,
18
19
20
BIZUM,
PAYCELL_DCB
}
0 commit comments