Skip to content

Commit b7c88ff

Browse files
Merge pull request #19 from cherrigaryhsu/master
feat: release 3.9.0
2 parents b134413 + 0cee49c commit b7c88ff

File tree

15 files changed

+10
-16
lines changed

15 files changed

+10
-16
lines changed

AtomePayExample/app/libs/tpdirect.aar

20.9 KB
Binary file not shown.
-36.4 KB
Binary file not shown.
20.9 KB
Binary file not shown.

DirectPayExample/app/src/main/java/tech/cherri/directpayexample/Constants.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@ public class Constants {
1414
public static final Integer APP_ID = 0;
1515
public static final String MERCHANT_ID = "your merchant id";
1616

17-
public static final String RBA_APP_ID = "your rba app id";
18-
public static final String RBA_APP_KEY = "your rba app key";
19-
2017
}

DirectPayExample/app/src/main/java/tech/cherri/directpayexample/MainActivity.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ private void startTapPaySetting() {
114114
TPDSetup.initInstance(getApplicationContext(),
115115
Constants.APP_ID, Constants.APP_KEY, Constants.SERVER_TYPE);
116116

117-
// TPDSetup.initInstanceWithRba(getApplicationContext(),
118-
// Constants.APP_ID, Constants.APP_KEY, Constants.RBA_APP_ID, Constants.RBA_APP_KEY, Constants.SERVER_TYPE);
119-
120117
//2.Setup input form
121118
tpdForm = (TPDForm) findViewById(R.id.tpdCardInputForm);
122119
tpdForm.setTextErrorColor(Color.RED);
20.9 KB
Binary file not shown.
20.9 KB
Binary file not shown.

JkosPayExample/app/libs/tpdirect.aar

20.9 KB
Binary file not shown.

LinePayExample/app/libs/tpdirect.aar

20.9 KB
Binary file not shown.

LinePayExample/app/src/main/java/tech/cherri/linepayexample/Constants.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public class Constants {
1414

1515
public static final String TAPPAY_LINEPAY_RESULT_CALLBACK_URI = "linepayexample://tech.cherri";
1616

17-
public static final String PARTNER_KEY = "partner_6ID1DoDlaPrfHw6HBZsULfTYtDmWs0q0ZZGKMBpp4YICWBxgK97eK3RM"; //your partner key
18-
public static final String APP_KEY = "app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC"; //your app key
19-
public static final Integer APP_ID = 11334; //your app id
20-
public static final String MERCHANT_ID = "LINE,TEST"; //your merchant id
17+
public static final String PARTNER_KEY = "your partner key"; //your partner key
18+
public static final String APP_KEY = "your app key"; //your app key
19+
public static final Integer APP_ID = 0; //your app id
20+
public static final String MERCHANT_ID = "your merchant id"; //your merchant id
2121
}

PiWalletExample/app/libs/tpdirect.aar

20.9 KB
Binary file not shown.

PlusPayExample/app/libs/tpdirect.aar

20.9 KB
Binary file not shown.
20.9 KB
Binary file not shown.

SamsungPayExample/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!--Remove below metadata if in release mode-->
2626
<meta-data
2727
android:name="spay_debug_api_key"
28-
android:value="c6482d4523094c25a9a0cadbaaa0b635" />
28+
android:value="your_debug_key" />
2929

3030
<activity android:name=".MainActivity"
3131
android:exported="true">

SamsungPayExample/app/src/main/java/tech/cherri/samsungpayexample/Constants.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ public class Constants {
88
public static final String TAPPAY_DOMAIN = "https://sandbox.tappaysdk.com/tpc";
99
public static final String TAPPAY_PAY_BY_PRIME_URL = "/payment/pay-by-prime";
1010

11-
public static final String PARTNER_KEY = "partner_6ID1DoDlaPrfHw6HBZsULfTYtDmWs0q0ZZGKMBpp4YICWBxgK97eK3RM"; //your partner key
12-
public static final String APP_KEY = "app_whdEWBH8e8Lzy4N6BysVRRMILYORF6UxXbiOFsICkz0J9j1C0JUlCHv1tVJC"; //your app key
13-
public static final Integer APP_ID = 9; //your app id
14-
public static final String MERCHANT_ID = "CTBC,TEST"; //your merchant id
11+
public static final String PARTNER_KEY = "your partner key"; //your partner key
12+
public static final String APP_KEY = "your app key"; //your app key
13+
public static final Integer APP_ID = 0; //your app id
14+
public static final String MERCHANT_ID = "your merchant id"; //your merchant id
1515

1616
public static final String TEST_SAMSUNG_MERCHANT_ID = "tech.cherri.samsungpayexample";
17-
public static final String TEST_SAMSUNG_PAY_SERVICE_ID_SANDBOX = "5bf84c6040dc4b8e907aa1";
17+
public static final String TEST_SAMSUNG_PAY_SERVICE_ID_SANDBOX = "your samsung pay service id";
1818

1919
}

0 commit comments

Comments
 (0)