Skip to content

Commit b8a9f2c

Browse files
author
ehowlsla
committed
version update
1 parent 59f462b commit b8a9f2c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void onClick_request(View v) {
7777
.setContext(this)
7878
.setApplicationId(application_id) // 해당 프로젝트(안드로이드)의 application id 값
7979
.setPG(PG.INICIS) // 결제할 PG 사
80-
.setMethod(Method.BANK)
80+
.setMethod(Method.VBANK)
8181
.setBootExtra(bootExtra)
8282
.setBootUser(bootUser)
8383
// .setUserPhone("010-1234-5678") // 구매자 전화번호

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ public class WebAppActivity extends Activity {
3030
// WebView webview;
3131
BootpayWebView webview;
3232
// final String url = "https://g-cdn.bootpay.co.kr/test/payment/index.html";
33-
final String url = "https://ezbrainsoft.com/app/[email protected]";
34-
35-
// final String url = "https://test-shop.bootpay.co.kr";
36-
37-
33+
final String url = "https://test-shop.bootpay.co.kr";
3834

3935
// final String android_application_id = "59a4d4a1929b3f3b8b6422c8"; //dev
4036
// final String android_application_id = "5b14c0ffb6d49c40cda92c4e";

0 commit comments

Comments
 (0)