Skip to content

Commit

Permalink
Add ISPAY apm (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicanAkkus authored Jul 2, 2024
1 parent 3b665c1 commit a55af45
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 @@ -22,5 +22,6 @@ public enum ApmType {
CASH_ON_DELIVERY,
METROPOL,
MULTINET,
MULTINET_GIFT
MULTINET_GIFT,
ISPAY
}
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 @@ -29,5 +29,6 @@ public enum PaymentProvider {
HASO,
METROPOL,
MULTINET,
ISPAY,
OFFLINE,
}

0 comments on commit a55af45

Please sign in to comment.