Skip to content

Commit c528bb7

Browse files
committed
android manifest update
1 parent 0c0586b commit c528bb7

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

bootpay/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@
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" />

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.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;

local.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
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
88
ndk.dir=/Users/ehowlsla/Library/Android/sdk/ndk-bundle
9-
sdk.dir=/Users/parksehong/Library/Android/sdk
9+
sdk.dir=/Users/bootpay/Library/Android/sdk

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)