File tree Expand file tree Collapse file tree 6 files changed +10
-5
lines changed
bootpay/src/main/java/kr/co
src/main/java/bootpay/co/kr/samplepayment Expand file tree Collapse file tree 6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,9 @@ public BootpayBuilder setMethod(Method method) {
294294 case AUTH :
295295 request .setMethod ("auth" );
296296 break ;
297+ case EASY :
298+ request .setMethod ("easy" );
299+ break ;
297300 }
298301 return this ;
299302 }
Original file line number Diff line number Diff line change 121121 <orderEntry type =" module" module-name =" bootpay" />
122122 <orderEntry type =" module" module-name =" bootpay" />
123123 <orderEntry type =" module" module-name =" bootpay" />
124+ <orderEntry type =" module" module-name =" bootpay" />
125+ <orderEntry type =" module" module-name =" bootpay" />
124126 </component >
125127</module >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public class NativeActivity extends Activity {
2828 private int stuck = 1 ;
2929//5b9f51264457636ab9a07cdc
3030// private String application_id = "5b9f51264457636ab9a07cdc";
31- private String application_id = "5dcd014e02f57e0021893e7f " ;
31+ private String application_id = "5b8f6a4d396fa665fdc2b5e8 " ;
3232
3333// private String application_id = "5dc42bf24f74b40034c5f484";
3434
@@ -81,8 +81,8 @@ public void onClick_request(View v) {
8181 Bootpay .init (getFragmentManager ())
8282 .setContext (this )
8383 .setApplicationId (application_id ) // 해당 프로젝트(안드로이드)의 application id 값
84- .setPG (PG .INICIS ) // 결제할 PG 사
85- .setMethod (Method .BANK )
84+ .setPG (PG .KAKAO ) // 결제할 PG 사
85+ .setMethod (Method .EASY )
8686 .setBootExtra (bootExtra )
8787 .setBootUser (bootUser )
8888// .setUserPhone("010-1234-5678") // 구매자 전화번호
Original file line number Diff line number Diff line change 2929public class WebAppActivity extends Activity {
3030// WebView webview;
3131 BootpayWebView webview ;
32- // final String url = "https://g-cdn.bootpay.co.kr/test/payment/index.html";
33- final String url = "https://test-shop.bootpay.co.kr" ;
32+ final String url = "https://g-cdn.bootpay.co.kr/test/payment/index.html" ;
33+ // final String url = "https://test-shop.bootpay.co.kr";
3434
3535// final String android_application_id = "59a4d4a1929b3f3b8b6422c8"; //dev
3636// final String android_application_id = "5b14c0ffb6d49c40cda92c4e";
You can’t perform that action at this time.
0 commit comments