File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
bootpay/src/main/java/kr/co/bootpay
src/main/java/bootpay/co/kr/samplepayment Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments