-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds stripe checkout as a new apm (#135)
- Loading branch information
1 parent
3990378
commit 712a1bf
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ public enum ApmType { | |
PAYPAL, | ||
KLARNA, | ||
AFTERPAY, | ||
STRIPE, | ||
FUND_TRANSFER, | ||
CASH_ON_DELIVERY | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,6 @@ public enum PaymentMethod { | |
ALIPAY, | ||
PAYPAL, | ||
KLARNA, | ||
AFTERPAY | ||
AFTERPAY, | ||
STRIPE | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,6 @@ public enum PaymentProvider { | |
EDENRED, | ||
YKB_WORLD_PAY, | ||
APPLEPAY, | ||
GOOGLEPAY | ||
GOOGLEPAY, | ||
STRIPE | ||
} |