Skip to content

Commit 1877b70

Browse files
committed
tax_free 파라미터 누락된 건 업데이트
1 parent a30f4e4 commit 1877b70

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

bootpay/src/main/java/kr/co/bootpay/BootpayBuilder.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@ public BootpayBuilder setBootExtra(BootExtra bootExtra) {
199199
return this;
200200
}
201201

202+
public BootpayBuilder setTaxFree(Double tax_free) {
203+
request.setTaxFree(tax_free);
204+
return this;
205+
}
206+
202207
// public BootpayBuilder setRemoteLink(RemoteLink remoteLink) {
203208
// request.setRemoteLink(remoteLink);
204209
// return this;

sample/sample.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,6 @@
124124
<orderEntry type="module" module-name="bootpay" />
125125
<orderEntry type="module" module-name="bootpay" />
126126
<orderEntry type="module" module-name="bootpay" />
127+
<orderEntry type="module" module-name="bootpay" />
127128
</component>
128129
</module>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ 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+
34+
3335
// final String url = "https://test-shop.bootpay.co.kr";
3436

3537
// final String android_application_id = "59a4d4a1929b3f3b8b6422c8"; //dev

0 commit comments

Comments
 (0)