File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
sample/src/main/java/bootpay/co/kr/samplepayment Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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") // 구매자 전화번호
Original file line number Diff line number Diff 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";
You can’t perform that action at this time.
0 commit comments