File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
sample/src/main/java/bootpay/co/kr/samplepayment Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5353
5454 <!-- 롯데카드 -->
5555 <package android : name =" com.lcacApp" />
56+ <package android : name =" com.lottemembers.android" />
5657
5758 <!-- 농협카드 -->
5859 <package android : name =" nh.smart.nhallonepay" />
5960
6061 <!-- 우리카드 -->
6162 <package android : name =" com.wooricard.wpay" />
63+ <package android : name =" com.wooricard.smartapp" />
6264
6365 <!-- 씨티은행 -->
6466 <package android : name =" kr.co.citibank.citimobile" />
Original file line number Diff line number Diff line change 3737import kr .co .bootpay .pref .UserInfo ;
3838
3939public class BootpayWebView extends WebView {
40- private static final String BOOTPAY = "https://inapp.bootpay.co.kr/3.3.1 /production.html" ;
40+ private static final String BOOTPAY = "https://inapp.bootpay.co.kr/3.3.2 /production.html" ;
4141
4242 private Dialog dialog ;
4343// private ConnectivityManager connManager;
Original file line number Diff line number Diff line change 44# Location of the SDK. This is only used by Gradle.
55# For customization when using a Version Control System, please read the
66# header note.
7- # Wed Feb 24 18:10:53 KST 2021
7+ # Mon May 24 13:09:44 KST 2021
88ndk.dir =/Users/ehowlsla/Library/Android/sdk/ndk-bundle
9- sdk.dir =/Users/parksehong /Library/Android/sdk
9+ sdk.dir =/Users/bootpay /Library/Android/sdk
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class MainActivity extends AppCompatActivity {
4040// private final String application_id = "5b14c0ffb6d49c40cda92c4e"; //pro
4141// private final String application_id = "c42bf24f74b40034c5f484"; //pro
4242
43- private String application_id = "59a4d326396fa607cbe75de5 " ;
43+ private String application_id = "5b8f6a4d396fa665fdc2b5e8 " ;
4444 Context context ;
4545
4646
@@ -169,6 +169,7 @@ public void goBootpayWindow(View v) {
169169 .setName ("맥\" 북프로's 임다" ) // 결제할 상품명
170170 .setOrderId ("1234" ) // 결제 고유번호expire_month
171171 .setMethods (methods )
172+ .setContext (this )
172173// .setPG(PG.DANAL)
173174// .setMethod(Method.SUBSCRIPT_CARD)
174175// .setMe
You can’t perform that action at this time.
0 commit comments