Skip to content

Commit 3ad5b6a

Browse files
committed
js version update, bio naverpay login bux fixed
1 parent f0548bb commit 3ad5b6a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

bootpay/src/main/java/kr/co/bootpay/BootpayWebView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import kr.co.bootpay.pref.UserInfo;
3838

3939
public class BootpayWebView extends WebView {
40-
private static final String BOOTPAY = "https://inapp.bootpay.co.kr/3.3.2/production.html";
40+
private static final String BOOTPAY = "https://inapp.bootpay.co.kr/3.3.3/production.html";
4141

4242
private Dialog dialog;
4343
// private ConnectivityManager connManager;

bootpay/src/main/java/kr/co/bootpay/bio/activity/BootpayBioWebView.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
public class BootpayBioWebView extends WebView {
5151

52-
private static final String BOOTPAY = "https://inapp.bootpay.co.kr/3.3.2/production.html";
52+
private static final String BOOTPAY = "https://inapp.bootpay.co.kr/3.3.3/production.html";
5353
// private static final String BOOTPAY = "https://www.naver.com";
5454

5555
private Dialog dialog;
@@ -276,7 +276,11 @@ private Boolean isSpecialCase(String url) {
276276
|| url.startsWith("kftc-bankpay://")
277277
|| url.startsWith("v3mobileplusweb://")
278278
|| url.startsWith("hdcardappcardansimclick://")
279-
|| url.startsWith("mpocket.online.ansimclick://");
279+
|| url.startsWith("nidlogin://")
280+
|| url.startsWith("mpocket.online.ansimclick://")
281+
|| url.startsWith("wooripay://")
282+
|| url.startsWith("kakaotalk://")
283+
|| url.startsWith("ispmobile://");
280284
}
281285

282286
private Intent parse(String url) {

sample/src/main/java/bootpay/co/kr/samplepayment/BioActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ private void loadWebViewLoad(WebView webview, String url) {
7070
//샘플 코드를 제공하는 이유는 빠르게 결제를 테스트 하길 원하시는 개발자들을 위함입니다.
7171
public void goBioPay(View v) {
7272

73-
String rest_application_id = "59a4d32b396fa607c2e75e00";
74-
String prviate_key = "t3UENPWvsUort5WG0BFVk2+yBzmlt3UDvhDH2Uwp0oA=";
73+
String rest_application_id = "5b8f6a4d396fa665fdc2b5ea";
74+
String prviate_key = "rm6EYECr6aroQVG2ntW0A6LpWnkTgP4uQ3H18sDDUYw=";
7575

7676
BootpayRest.getRestToken(this, this, rest_application_id, prviate_key);
7777
}

sample/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
android:layout_height="40dp" />
139139

140140
<Button
141-
android:id="@+id/btn_bio"
141+
android:id="@+id/"
142142
android:text="생체인식"
143143
android:layout_weight="1"
144144
android:onClick="goBioActivity"

0 commit comments

Comments
 (0)