Skip to content

Commit e5e2e1c

Browse files
committed
함수명 수정
1 parent bb2aac5 commit e5e2e1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootpay/src/main/java/kr/co/bootpay/model/BootExtra.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public int getQuick_popup() {
236236
return quick_popup;
237237
}
238238

239-
public final BootExtra setQuick_popup(int quick_popup) {
239+
public final BootExtra setQuickPopup(int quick_popup) {
240240
this.quick_popup = quick_popup;
241241
return this;
242242
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void onClick_request(View v) {
7373

7474
void goPGPay() {
7575
BootUser bootUser = new BootUser().setAddr("서울시 동작구 상도로 369").setEmail("[email protected]");
76-
BootExtra bootExtra = new BootExtra().setQuotas(new int[] {0,2,3}).setOffer_period("1년동안 제공").setTheme("red");
76+
BootExtra bootExtra = new BootExtra().setQuotas(new int[] {0,2,3});
7777
// bootExtra.setEscrow(1);
7878

7979
Bootpay.init(getFragmentManager())

0 commit comments

Comments
 (0)