Skip to content

Commit

Permalink
Adds multinet as APM (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
reywyn authored Jun 7, 2024
1 parent a4029cf commit ee7a222
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/main/java/io/craftgate/model/ApmType.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ public enum ApmType {
HASO,
FUND_TRANSFER,
CASH_ON_DELIVERY,
METROPOL
METROPOL,
MULTINET,
MULTINET_GIFT
}
4 changes: 3 additions & 1 deletion src/main/java/io/craftgate/model/PaymentMethod.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ public enum PaymentMethod {
KLARNA,
AFTERPAY,
INSTANT_TRANSFER,
STRIPE
STRIPE,
MULTINET,
MULTINET_GIFT
}
3 changes: 2 additions & 1 deletion src/main/java/io/craftgate/model/PaymentProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public enum PaymentProvider {
ALFABANK,
PAYCELL,
HASO,
METROPOL,
MULTINET,
OFFLINE,
METROPOL
}

0 comments on commit ee7a222

Please sign in to comment.