Skip to content

Commit 818d673

Browse files
author
ehowlsla
committed
payapp update
1 parent 12b5df9 commit 818d673

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

BootpayWebView.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public void onPageFinished(WebView view, String url) {
118118
application_id(),
119119
name(),
120120
pg(),
121+
userPhone(),
121122
method(),
122123
items(),
123124
test_mode(),
@@ -251,6 +252,10 @@ private String pg() {
251252
return String.format(locale, "pg:'%s'", request.getPg());
252253
}
253254

255+
private String userPhone() {
256+
return String.format(locale, "phone:'%s'", request.getUserPhone());
257+
}
258+
254259
private String method() {
255260
if (isNullOrEmpty(request.getParams())) return "method:''";
256261
else return String.format(locale, "method:'%s'", request.getMethod());

0 commit comments

Comments
 (0)