Skip to content

Commit f024658

Browse files
committed
add lib for oppay
1 parent e5c7244 commit f024658

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

OpPayExample/app/libs/tpdirect.aar

532 KB
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)