We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c7244 commit f024658Copy full SHA for f024658
OpPayExample/app/libs/tpdirect.aar
532 KB
OpPayExample/app/src/main/java/tech/cherri/oppayexample/Constants.java
@@ -0,0 +1,17 @@
1
+package tech.cherri.oppayexample;
2
+
3
4
+import tech.cherri.tpdirect.api.TPDServerType;
5
6
+public class Constants {
7
8
+ public static final TPDServerType SERVER_TYPE = TPDServerType.Sandbox;
9
+ public static final String TAPPAY_DOMAIN = "https://sandbox.tappaysdk.com/tpc";
10
+ public static final String TAPPAY_PAY_BY_PRIME_URL = "/payment/pay-by-prime";
11
12
+ public static final String PARTNER_KEY = "your partner key";
13
+ public static final String APP_KEY = "your app key";
14
+ public static final Integer APP_ID = 0;
15
+ public static String MERCHANT_ID = "your merchant id";
16
17
+}
0 commit comments