Skip to content

Commit

Permalink
adds stripe checkout as a new apm (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicanAkkus authored Aug 29, 2023
1 parent 3990378 commit 712a1bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/craftgate/model/ApmType.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public enum ApmType {
PAYPAL,
KLARNA,
AFTERPAY,
STRIPE,
FUND_TRANSFER,
CASH_ON_DELIVERY
}
3 changes: 2 additions & 1 deletion src/main/java/io/craftgate/model/PaymentMethod.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ public enum PaymentMethod {
ALIPAY,
PAYPAL,
KLARNA,
AFTERPAY
AFTERPAY,
STRIPE
}
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 @@ -12,5 +12,6 @@ public enum PaymentProvider {
EDENRED,
YKB_WORLD_PAY,
APPLEPAY,
GOOGLEPAY
GOOGLEPAY,
STRIPE
}

0 comments on commit 712a1bf

Please sign in to comment.